CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
src/stripje/__init__.py
src/stripje/__version__.py
src/stripje/fast_pipeline.py
src/stripje/profiling.py
src/stripje/registry.py
src/stripje.egg-info/PKG-INFO
src/stripje.egg-info/SOURCES.txt
src/stripje.egg-info/dependency_links.txt
src/stripje.egg-info/entry_points.txt
src/stripje.egg-info/requires.txt
src/stripje.egg-info/top_level.txt
src/stripje/estimators/__init__.py
src/stripje/estimators/ensemble.py
src/stripje/estimators/linear.py
src/stripje/estimators/naive_bayes.py
src/stripje/estimators/tree.py
src/stripje/transformers/__init__.py
src/stripje/transformers/decomposition.py
src/stripje/transformers/feature_selection.py
src/stripje/transformers/preprocessing.py
src/stripje/transformers/contrib/__init__.py
src/stripje/transformers/contrib/category_encoders_transformers.py
tests/test_all_transformers.py
tests/test_dynamic_discovery.py
tests/test_fallback_mechanism.py
tests/test_fast_pipeline.py
tests/test_fast_pipeline_coverage.py
tests/test_integration.py
tests/test_nested_performance.py
tests/test_nested_pipeline.py
tests/test_performance_benchmarks.py
tests/test_pipeline_compiler.py
tests/test_profiling.py
tests/test_regression_cases.py
tests/test_specific_estimators.py