CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
REPRODUCIBILITY.md
pyproject.toml
configs/default.yaml
configs/impute_mean_6_4.yaml
configs/impute_zero_8_2.yaml
configs/recommended_regret_constrained.yaml
configs/sample_svm_fast.yaml
configs/synthetic_regret_smoke.yaml
docs/ARTIFACT_SCHEMA.md
docs/CHECKPOINT_RESUME.md
docs/CLI_AND_API.md
docs/COMMON_ERRORS.md
docs/CONFIGURATION.md
docs/METHOD_AND_METRICS.md
examples/quickstart.py
examples/sample_radiomics.csv
examples/toy_regret_locking.py
scripts/check_release_metadata.py
scripts/run_development_only_smoke.py
src/wrapevofs/__init__.py
src/wrapevofs/_scoring.py
src/wrapevofs/_version.py
src/wrapevofs/artifacts.py
src/wrapevofs/cli.py
src/wrapevofs/config.py
src/wrapevofs/locking.py
src/wrapevofs/pipeline.py
src/wrapevofs/preprocessing.py
src/wrapevofs/split.py
src/wrapevofs/validation.py
src/wrapevofs.egg-info/PKG-INFO
src/wrapevofs.egg-info/SOURCES.txt
src/wrapevofs.egg-info/dependency_links.txt
src/wrapevofs.egg-info/entry_points.txt
src/wrapevofs.egg-info/requires.txt
src/wrapevofs.egg-info/top_level.txt
src/wrapevofs/selectors/__init__.py
src/wrapevofs/selectors/_result.py
src/wrapevofs/selectors/boruta_rf.py
src/wrapevofs/selectors/genetic_rf.py
src/wrapevofs/selectors/rfecv_target.py
src/wrapevofs/selectors/svm_l1_wrapper.py
src/wrapevofs/selectors/xgboost_wrapper.py
tests/test_artifacts.py
tests/test_checkpoint_resume.py
tests/test_cli_options.py
tests/test_config_defaults.py
tests/test_genetic_rf.py
tests/test_locking.py
tests/test_metric_alignment.py
tests/test_preprocessing.py
tests/test_release_contract.py
tests/test_rfecv_target.py
tests/test_split.py
tests/test_svm_l1_wrapper.py
tests/test_version.py