Package for validating your machine learning model and data
Project description
Deepchecks is a Python package for comprehensively validating your machine learning models and data with minimal effort. This includes checks related to various types of issues, such as model performance, data integrity, distribution mismatches, and more.
What Do You Need in Order to Start Validating?
Depending on your phase and what you wise to validate, you’ll need a subset of the following:
Raw data (before pre-processing such as OHE, string processing, etc.), with optional labels
The model’s training data with labels
Test data (which the model isn’t exposed to) with labels
A model compatible with scikit-learn API that you wish to validate (e.g. RandomForest, XGBoost)
Deepchecks validation accompanies you from the initial phase when you have only raw data, through the data splits, and to the final stage of having a trained model that you wish to evaluate. Accordingly, each phase requires different assets for the validation. See more about typical usage scenarios and the built-in suites in the docs.
Installation
Using pip
pip install deepchecks #--upgrade --user
Using conda
conda install -c deepchecks deepchecks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for deepchecks-0.11.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a852cd4b366a481c59d4213438f0d17daab8aa4ec06b2e6f12f1fe60a5cd1832 |
|
MD5 | 8e1df8de243c669478ab87aa2c23b06e |
|
BLAKE2b-256 | 5b24dec44027dfee2493f06414d175150090f37fd60b6d8306f711bdd827d5d7 |