LICENSE
README.md
pyproject.toml
src/hvrt/__init__.py
src/hvrt/_base.py
src/hvrt/_budgets.py
src/hvrt/_params.py
src/hvrt/_partitioning.py
src/hvrt/_preprocessing.py
src/hvrt/_warnings.py
src/hvrt/expand.py
src/hvrt/generation_strategies.py
src/hvrt/optimizer.py
src/hvrt/reduce.py
src/hvrt/reduction_strategies.py
src/hvrt.egg-info/PKG-INFO
src/hvrt.egg-info/SOURCES.txt
src/hvrt.egg-info/dependency_links.txt
src/hvrt.egg-info/requires.txt
src/hvrt.egg-info/top_level.txt
src/hvrt/legacy/__init__.py
src/hvrt/legacy/adaptive_reducer.py
src/hvrt/legacy/sample_reduction.py
src/hvrt/legacy/selection_strategies.py
src/hvrt/model/__init__.py
src/hvrt/model/fast_hvrt.py
src/hvrt/model/hvrt.py
src/hvrt/pipeline/__init__.py
tests/test_benchmarks.py
tests/test_categorical_accuracy_retention.py
tests/test_categorical_support.py
tests/test_core.py
tests/test_deterministic_scalability.py
tests/test_expand.py
tests/test_optimizer.py
tests/test_reduce.py
tests/test_selection_strategies.py