Added uncertainty_plot which allows the uncertainty on group prevalence to be visualized.
0.3.0
Support to handle confounders added
0.2.1
Repo has been restructured (implementing best practice), other changes are at the repo level and won't affect users.
0.2.0
The logistic regression can now be swapped by any classifier that supports .fit() and .predict_proba() e.g. SVC and RandomForest.
0.1.1
Minor bump in version and first version pushed to pypi
0.1.0
First release of lorepy, a python package to create logistic regression plots which visualize the relation between a continuous variable and a categorical one.