Skip to content

Python package to auto generate model evaluation report

License

Notifications You must be signed in to change notification settings

LenzDu/auto-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-evaluation

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

Usage

This notebook shows some basic usage of this package. (The HTML result is not properly generated in github)

Installation

Clone the git repo, navigate into the repo directory and use pip to install.

pip install .

About

Python package to auto generate model evaluation report

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published