Skip to content

Statistical analysis and plotting routines to evaluate binary logistic regressions.

License

Notifications You must be signed in to change notification settings

grivescorbett/verhulst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verhulst

Verhulst is an MIT-licensed Python library for evaluating binary logistic regressions fitted with scikit-learn.

Features

Statistical Analysis

  • Pearson Chi-Square Statistic and Deviance
  • Hosmer–Lemeshow Tests
  • Likelihood Measures
  • Summary Measures
  • Casewise Statistics

Plotting

  • Diagnostic Plots
  • Residual Plots
  • Goodness-of-Fit Plots

Installation

Verhulst supports Python 3.2, 3.3, and 3.4.

pip can install Verhulst from GitHub:

pip install git+git://github.com/rpetchler/verhulst.git

The following packages are dependencies for Verhulst:

In addition, the statsmodels.distributions module is vendorized.

Documentation

Documentation is written in reStructured Text and numpydoc and generated by Sphinx. The Makefile in docs/ contains targets for HTML and PDF documentation. The following command generates HTML documentation:

$ make html

Run a local webserver (e.g., python3 -m http.server) in the directory docs/_build/html/ in order to view the documentation in a web browser.

About

Statistical analysis and plotting routines to evaluate binary logistic regressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages