Skip to content

Releases: sdfordham/pysyncon

v1.5.1

22 May 20:31
3bc4273
Compare
Choose a tag to compare

What's Changed

  • Remove a coercion to integers in PlaceboTest code that can generate errors by @sdfordham in #63
  • Add a check for duplicate rows in the foo argument of Dataprep by @sdfordham in #64

Full Changelog: v1.5.0...v1.5.1

v1.5.0

11 May 20:35
61cc0dc
Compare
Choose a tag to compare

What's Changed

  • A class LinearFactorModel was added that can generate data following a Linear factor model for testing/illustration/etc. purposes by @sdfordham in #51
  • A ConformalInference class was added that can compute confidence intervals following Chernozhukov et al. A confidence interval method was added to the Synth class that can generate confidence intervals using this class by @sdfordham in #56

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Mar 11:00
f52e396
Compare
Choose a tag to compare

What's Changed

  • Added metric methods (APE, MAPE, MAE) to quantify the goodness of fit with the treated unit by @sdfordham in #45
  • Now allow more statistical operations (sum, count, maximum, minimum, variance) on predictors (predictors_op argument of Dataprep) by @sdfordham in #46

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

03 Feb 14:17
8f873b4
Compare
Choose a tag to compare

What's Changed

  • The implementation of PenalizedSynth was flawed and has now been fixed so that it is faithful to the original paper (ref #31), by @sdfordham in #42

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

30 Jan 14:21
e377e28
Compare
Choose a tag to compare

What's Changed

  • Added att method to synthetic control methods that returns the average treatment effect on the treated unit over a given time period by @sdfordham in #32
  • Dataprep string representation added by @sdfordham in #34
  • Small speed ups in numpy array creations by @sdfordham in #36

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Nov 18:20
07f92a9
Compare
Choose a tag to compare
  • Required packages no longer have their versions pinned.
  • Documentation has been improved drastically.

v1.0.1

05 Nov 17:11
c14accb
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
  • Unpin the install requirements
  • Improve the documentation

Release 1.0.0

14 May 12:56
f3f16d2
Compare
Choose a tag to compare
  • Add a method for running Robust Synthetic Control.
  • Add a method for running Penalized Synthetic Control.
  • Add a method for running Placebo Tests.

Release 0.2.1

18 Jan 22:18
b94e7a2
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release
  • Fix missing legend on path_plot and gap_plot

Release 0.2.0

17 Jan 23:45
73e09db
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
  • Add basic augsynth functionality.
  • Make compatible with python 3.8