skprofiling

Profiling of machine learning models based on scikit-learning interface


Keywords
pandas, machine, learning, profiling, model
License
MIT
Install
pip install skprofiling==0.1.2

Documentation

Scikit Profiling

Profiling of machine learning models based on scikit-learning interface

Examples

The following examples can give you an impression of what the package can do:

Binary Classification

Installation

You can install directly from PyPI:

pip install skprofiling

Or from source:

git clone https://github.com/tiagohcalves/scikit-profiling
cd datapipe
pip install .