Releases: ronikobrosly/causal-curve
Releases · ronikobrosly/causal-curve
Deleted working test file
v0.5.1 removed working test file
New predict, predict_interval, predict_log_odds methods
Feature/predict method (#26) * added skeleton of new GPS methods * added temporary working file * pred methods complete * finished up unit testing * finished up work Co-authored-by: Roni Kobrosly <[email protected]>
Fixed bug related to negative treatment values and misc small improvements
v0.4.1 fixed negative treatment bug (#23)
New feature: GPS function can handle binary outcome
Feature: GPS tool can now handle binary outcomes (#21) * started incorporating binary outcome method * updated tests * updated the docs
Added citation
v0.3.8 added citation (#19)
Zenodo initial release
Same as 0.3.7, but allows for zenodo initialization
Bumped version for PyPi
v0.3.7 bumped version
Fix bug in Mediation tool and doc fixes
v0.3.6 updated notebook
Improved documentation
v0.3.5 doc revisions (#17)
Swapped xgboost with sklearn's GB algo
Feature/swap out xgboost (#16) * removed xgboost from TMLE * updated comments and docs * updated more docs