Skip to content

Releases: ronikobrosly/causal-curve

Deleted working test file

30 Nov 18:29
Compare
Choose a tag to compare
v0.5.1

removed working test file

New predict, predict_interval, predict_log_odds methods

20 Nov 19:03
3aeb042
Compare
Choose a tag to compare
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

12 Oct 19:29
5d35451
Compare
Choose a tag to compare

New feature: GPS function can handle binary outcome

10 Oct 22:23
8bff2e9
Compare
Choose a tag to compare
Feature: GPS tool can now handle binary outcomes (#21)

* started incorporating binary outcome method

* updated tests

* updated the docs

Added citation

02 Sep 21:48
9f9c2e6
Compare
Choose a tag to compare
v0.3.8

added citation (#19)

Zenodo initial release

23 Aug 13:16
Compare
Choose a tag to compare

Same as 0.3.7, but allows for zenodo initialization

Bumped version for PyPi

20 Aug 02:43
Compare
Choose a tag to compare
v0.3.7

bumped version

Fix bug in Mediation tool and doc fixes

20 Aug 02:37
Compare
Choose a tag to compare
v0.3.6

updated notebook

Improved documentation

14 Aug 18:15
93f9219
Compare
Choose a tag to compare
v0.3.5

doc revisions (#17)

Swapped xgboost with sklearn's GB algo

03 Aug 22:04
ba94fe1
Compare
Choose a tag to compare
Feature/swap out xgboost (#16)

* removed xgboost from TMLE

* updated comments and docs

* updated more docs