Skip to content

Releases: gmgeorg/pypsps

v0.0.12: misc updates (version fixes and claude md)

21 Dec 18:50
5e86ffb

Choose a tag to compare

v0.0.11: bootstrapping

26 Jul 21:51
bb74722

Choose a tag to compare

See #16 for details.

v0.0.10: update python version

19 May 00:41
0a2a3cc

Choose a tag to compare

update python verion (#15)

v0.0.9: binary treatment & survival loss

08 Apr 17:58
af4c92f

Choose a tag to compare

Adds example of binary treatment and (exponential) survival loss , including censorship.

adds loss functions, dataset simulation, and a notebook example run.

v0.0.8: add exponential loss; add causal loss metric for early stopping/monitoring

23 Mar 16:56
68aff3e

Choose a tag to compare

v0.0.7: update dependencies (pypress) and python upgrade

21 Mar 02:10
081f390

Choose a tag to compare

v0.0.6: support for non-binary treatment

17 Mar 21:58
3f16662

Choose a tag to compare

Update pypsps to support non-binary treatment and generic outcome handling.

in particular, allows users to specify any y_pred and y_true for outcome and treatment, as long as it fits into k columns in the overall y_true and y_pred of the inputs/outputs of a pypsps model.

v0.0.5

26 Apr 15:49
ed1a688

Choose a tag to compare

  • fix relative imports
  • add default loss functions

v0.0.4 - configurable model architecture, support any distribution loss

25 Apr 03:57
e425aef

Choose a tag to compare

  • more than just toy model architecture supported for binary treatment and normal distribution outcome
  • allows for any distribution based loss function as outcome loss using tfp/distributions
  • misc cleanup and unit test updates

v0.0.3 - poetry package mgmt; workflows

24 Apr 17:59
033377c

Choose a tag to compare

  • changed to poetry package mgmt
  • added python Github workflows for PRs