LICENSE
README.md
pyproject.toml
src/CV_reality_check.egg-info/PKG-INFO
src/CV_reality_check.egg-info/SOURCES.txt
src/CV_reality_check.egg-info/dependency_links.txt
src/CV_reality_check.egg-info/requires.txt
src/CV_reality_check.egg-info/top_level.txt
src/cvguard/__init__.py
src/cvguard/adv_validation.py
src/cvguard/api.py
src/cvguard/config.py
src/cvguard/cv_schemes.py
src/cvguard/data_utils.py
src/cvguard/drift_analysis.py
src/cvguard/leakage_checks.py
src/cvguard/metrics.py
src/cvguard/oof_estimation.py
src/cvguard/recommendations.py
src/cvguard/report_generator.py
src/cvguard/scoring.py
tests/test_adv_validation.py
tests/test_api_check_cv.py
tests/test_cv_schemes.py
tests/test_data_utils.py
tests/test_drift_analysis.py
tests/test_oof_estimation.py
tests/test_scoring.py