Skip to content

Releases: andrewtavis/causeinfer

causeinfer 1.0.1

03 Jun 09:04
Compare
Choose a tag to compare
  • Updates source code files with direct references to codes they're based on

causeinfer 1.0.0

28 Dec 15:07
Compare
Choose a tag to compare

causeinfer 0.1.2

04 Apr 11:07
f3c0dff
Compare
Choose a tag to compare

Changes include:

  • An src structure has been adopted to improve organization and testing
  • Users are now able to implement the following models:
    • Reflective Uplift (Shaar 2016)
    • Pessimistic Uplift (Shaar 2016)
  • The contribution guidelines have been expanded
  • Code quality checks via Codacy have been added
  • Extensive code formatting has been done to improve quality and style
  • Bug fixes and a more explicit use of exceptions

causeinfer 0.1.0

25 Feb 16:32
Compare
Choose a tag to compare

First stable release of causeinfer

  • Users are able to implement baseline causal inference models including:

    • Two model
    • Interaction term (Lo 2002)
    • Binary transformation (Lai 2006)
    • Quaternary transformation (Kane 2014)
  • Plotting functions allow for graphical analysis of models

  • Functions useful for research such as model iterations, oversampling, and variance analysis are included

  • The package is fully documented

  • Virtual environment files are provided

  • Extensive testing of all modules with GH Actions and Codecov has been performed

  • A code of conduct and contribution guidelines are included