Bayesian Logistic Regression using Laplace approximations to the posterior.
Project description
This package will fit Bayesian logistic regression models with arbitrary prior means and covariance matrices, although we work with the inverse covariance matrix which is the log-likelihood Hessian.
Either the full Hessian or a diagonal approximation may be used.
Individual data points may be weighted in an arbitrary manner.
Finally, p-values on each fitted parameter may be calculated and this can be used for variable selection of sparse models.
Free software: BSD license
Documentation: https://bayes_logistic.readthedocs.org.
Demo
History
0.1.0 (2015-08-17)
First release on PyPI.