All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Logistic Regression model
- num_advi_sample_draws can be input to fit methods instead of hardcoded into class
- num_ppc_samples can be input to predict methods (where applicable)
- Made formatting in docstrings consistent
- Gaussian Naive Bayes model
- Travis CI integration
- Switch to using pytest for unittests
- License switched to classifier instead of text
- Missing comma in setup.py
- flake8 linting
- version file
- less strict version requirements in requirements.txt
- PR template
- HLR fit method sets shared vars if no minibatch_size given
- df_summary deprecated in pymc3 release 3.3, changed to summary
- Minibatches for ADVI in HLR require model_output to be cast as int
- New class property for default number of draws for advi sampling
- LICENSE file name changed to correct version
- Had to skip 1.0.2 due to PyPi uploading fiasco
- Messed up uploading to PyPi
- First version of the library
- Hierarchical Logistic Regression and Linear Regression models
- Documentation