Skip to content

Releases: CITCOM-project/CausalTestingFramework

Added Ignore Cycles and Dropped Python 3.9

04 Dec 09:32
bb2527b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v9.0.0

Total time in IPCW estimator

13 Nov 12:05
de0a676
Compare
Choose a tag to compare

What's Changed

  • Support for treatment strategies with interventions at non-consecutiv… by @jmafoster1 in #292

Full Changelog: v8.0.0...v8.1.0

GP regression equation fitting

17 Sep 14:32
d5f0dad
Compare
Choose a tag to compare

This release provides functionality to fit regression equations using Genetic Programming. To facilitate this, we move estimation from estimation.py within the testing package to its own dedicated estimation package with each estimator being in its own separate file.

Fixed IPCW alpha bug

22 Aug 09:44
bfd0534
Compare
Choose a tag to compare

The value of alpha from IPCWEstimator was not being passed into the Cox fitter, so it was always using 95% confidence intervals. Now alpha is being passed in, so confidence intervals can be customised as intended.

G-methods estimation

07 Aug 08:23
2b7042d
Compare
Choose a tag to compare

A new estimator class IPCWEstimator for time to event analysis.

v7.0.0

30 Apr 12:41
4a86d9c
Compare
Choose a tag to compare

From this version onwards, the CTF supports python 3.9 to 3.12

What's Changed

Full Changelog: v6.0.2...v7.0.0

v6.0.2

10 Apr 09:29
f207ea4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1: Merge pull request #269 from CITCOM-project/interaction-terms

18 Mar 14:31
0cb5492
Compare
Choose a tag to compare
Temporary workaround for "I(...) not in df" bug

v6.0.0

14 Mar 13:07
b066de4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.4...v6.0.0

Major release due to the enforcement of estimator return types potentially breaking code.

Restored data conditions

31 Jan 08:41
9abdcbc
Compare
Choose a tag to compare

Data conditions at the test level had somehow been removed. This patch restores the capability.