.gitignore
.readthedocs.yml
CITATION.cff
LICENSE.md
README.md
changelog.md
logo.png
requirements-test.txt
requirements.txt
setup.py
.circleci/config.yml
.github/FUNDING.yml
.github/dependabot.yml
.vs/VSWorkspaceState.json
.vs/slnx.sqlite
.vs/allrelevantfs/v17/.suo
arfs/.gitignore
arfs/__init__.py
arfs/__version__.py
arfs/allrelevant.py
arfs/featselect.py
arfs/sampling.py
arfs/utils.py
arfs.egg-info/PKG-INFO
arfs.egg-info/SOURCES.txt
arfs.egg-info/dependency_links.txt
arfs.egg-info/not-zip-safe
arfs.egg-info/requires.txt
arfs.egg-info/top_level.txt
arfs/dataset/data/housing.zip
arfs/dataset/descr/housing.rst
docs/Introduction.rst
docs/Makefile
docs/Methods overview.rst
docs/arfs.rst
docs/conf.py
docs/index.rst
docs/logo.png
docs/make.bat
docs/modules.rst
docs/notebooks/BorutaShap_comparison.ipynb
docs/notebooks/Boruta_comparison.ipynb
docs/notebooks/Categoricals.ipynb
docs/notebooks/Classification.ipynb
docs/notebooks/Collinearity.ipynb
docs/notebooks/Regression.ipynb
docs/notebooks/bender_hex_mini.png
docs/notebooks/large_data_sampling.ipynb
docs/notebooks/pre-filtering.ipynb
images/boostagroota-boston-lgb.png
images/grootcv-boston.png
images/leshy-boston.png
images/leshy-titanic-catboost-shap.png
images/leshy-titanic-lgbm-shap.png
images/leshy-titanic-rndforest-shap.png
tests/__init__.py
tests/test_allrelevant.py
tests/test_featselect.py