Pre-flight validation and reliability checks for ML pipelines
Project description
MLCheck
MLCheck is an open-source Python library for pre-flight validation and reliability checks in machine learning pipelines.
It helps ML engineers detect silent failures such as:
- Data leakage
- Schema mismatches
- Shape inconsistencies
- Invalid training setups
Why MLCheck?
Most ML failures happen before deployment and go unnoticed. MLCheck acts like a linter for ML systems.
Installation
pip install mlcheck
Quick Example
from mlcheck import check
report = check(X_train, X_test, y_train)
report.show()
Project Status
🚧 Early development (v0.0.1) APIs may change until v1.0.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mlcheck-0.0.1.tar.gz.
File metadata
- Download URL: mlcheck-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c47fa618969bb44cde71c23ce1b28b87112ba0472623135c4aa1c9c4ea360334
|
|
| MD5 |
3fb8678cd8ed95b442eca5b47f61cafd
|
|
| BLAKE2b-256 |
c3b147b5d60dc70e537258d8d4ecfe921ce8998c1289561474d72aa9e11eed55
|
File details
Details for the file mlcheck-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mlcheck-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4952ee92f7e6164d5cba157c7f28ebec02c0b67d51e82564e6b162a5c2a2aeb
|
|
| MD5 |
0a3365ba0f4a34e865829a9c77e5fc41
|
|
| BLAKE2b-256 |
694e613bc570e5a8bacf3f558fda51d6e5ea25fa2d4aa2975bab26dea324684e
|