Skip to content

Releases: cnellington/Contextualized

v0.1.2 -- Saving, loading, and base_predictors

20 Jun 15:15
e1b1a06
Compare
Choose a tag to compare
  • Include a base_predictor in your contextualized.regression or contextualized.easy object to improve learning and restrict contextualized to estimate only non-base effects (differences in parameters/outcomes from the base model)
  • Easily share your results and transfer your experiments between machines with contextualized.save and contextualized.load

v0.1.1

09 May 21:17
5ba0239
Compare
Choose a tag to compare
  • Fixed classifier prediction shapes
  • Added classifier demo

v0.1.0 -- Introducing Contextualized

22 Apr 22:00
64c2e24
Compare
Choose a tag to compare

This release introduces tools for estimating the following models with context-specific parameters:

  • Linear Regression
  • Logistic Regression
  • Univariate (scalar) Linear and Logistic Regression
  • Correlation
  • Directed Acyclic Graphs (DAGs, Bayesian networks)

As well as demos and a preliminary test suite.