.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
setup.py
uv.lock
examples/Regression_Example.ipynb
examples/classification_example.py
sklearn_selector_pipeline/__init__.py
sklearn_selector_pipeline/_feature_selector_classifier.py
sklearn_selector_pipeline/_feature_selector_regressor.py
sklearn_selector_pipeline/_version.py
sklearn_selector_pipeline.egg-info/PKG-INFO
sklearn_selector_pipeline.egg-info/SOURCES.txt
sklearn_selector_pipeline.egg-info/dependency_links.txt
sklearn_selector_pipeline.egg-info/requires.txt
sklearn_selector_pipeline.egg-info/top_level.txt
tests/test_feature_selector_classifier.py
tests/test_feature_selector_regressor.py