Skip to content

Bayesian Logistic Regression using Laplace approximations to the posterior.

License

Notifications You must be signed in to change notification settings

xypan1232/bayes_logistic

 
 

Repository files navigation

Bayes Logistic Regression

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.

Demo

Example Notebook

About

Bayesian Logistic Regression using Laplace approximations to the posterior.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • Makefile 5.8%