A python package to generate reports and provide comprehensive functions for model evaluation. Supported tasks include binary/multi classification and regression.
- Generate evaluation reports with multiple metrics, visualizations and analysis
- Provide documenting functions to save your model results
- Segmentations based on your predictions for binary classification task
- (In the future) Integrate with sklearn models and support cross validation
This notebook shows some basic usage of this package. (The HTML result is not properly generated in github)
Clone the git repo, navigate into the repo directory and use pip to install.
pip install .