Metadata-Version: 2.4
Name: ml-dataset-doctor
Version: 0.3.0
Summary: Diagnose, fix, and audit ML datasets before training
Home-page: https://github.com/AaravMehta-07/ml-dataset-doctor
Author: Aarav Mehta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ml-dataset-doctor

Features:
- Dataset health scan
- Auto-fix planning + execution
- Dataset drift comparison
- CLI + Python API

CLI:
dataset-doctor data.csv --target y --auto-fix
