LICENSE 
README.md
pyproject.toml
mldoctor/__init__.py
mldoctor/analyzer.py
mldoctor/column_health.py
mldoctor/correlation.py
mldoctor/datatype.py
mldoctor/duplicates.py
mldoctor/feature_detector.py
mldoctor/health.py
mldoctor/imbalance.py
mldoctor/missing.py
mldoctor/ml_readiness.py
mldoctor/model_recommender.py
mldoctor/outliers.py
mldoctor/preprocessing.py
mldoctor/recommendations.py
mldoctor/report.py
mldoctor/utils.py
mldoctor/visualizer.py
mldoctor.egg-info/PKG-INFO
mldoctor.egg-info/SOURCES.txt
mldoctor.egg-info/dependency_links.txt
mldoctor.egg-info/requires.txt
mldoctor.egg-info/top_level.txt
mldoctor/templates/ __init__.py
mldoctor/templates/report_template.html
tests/test_duplicates.py
tests/test_health.py
tests/test_missing.py
tests/test_outliers.py