MANIFEST.in
README.md
setup.py
fseval/__init__.py
fseval/config.py
fseval/main.py
fseval/types.py
fseval.egg-info/PKG-INFO
fseval.egg-info/SOURCES.txt
fseval.egg-info/dependency_links.txt
fseval.egg-info/entry_points.txt
fseval.egg-info/requires.txt
fseval.egg-info/top_level.txt
fseval/adapters/__init__.py
fseval/adapters/openml.py
fseval/adapters/wandb.py
fseval/callbacks/__init__.py
fseval/callbacks/wandb.py
fseval/conf/__init__.py
fseval/conf/my_config.yaml
fseval/conf/callbacks/wandb.yaml
fseval/conf/cv/kfold.yaml
fseval/conf/cv/train_test_split.yaml
fseval/conf/dataset/boston.yaml
fseval/conf/dataset/chen_additive.yaml
fseval/conf/dataset/chen_orange.yaml
fseval/conf/dataset/chen_xor.yaml
fseval/conf/dataset/climate_model_simulation.yaml
fseval/conf/dataset/cylinder_bands.yaml
fseval/conf/dataset/iris.yaml
fseval/conf/dataset/madelon.yaml
fseval/conf/dataset/mfeat_pixel.yaml
fseval/conf/dataset/nomao.yaml
fseval/conf/dataset/ozone_levels.yaml
fseval/conf/dataset/phoneme.yaml
fseval/conf/dataset/synclf_easy.yaml
fseval/conf/dataset/synclf_hard.yaml
fseval/conf/dataset/synclf_medium.yaml
fseval/conf/dataset/synclf_very_hard.yaml
fseval/conf/dataset/synreg_easy.yaml
fseval/conf/dataset/synreg_hard.yaml
fseval/conf/dataset/synreg_medium.yaml
fseval/conf/dataset/synreg_very_hard.yaml
fseval/conf/dataset/texture.yaml
fseval/conf/dataset/wall_robot_navigation.yaml
fseval/conf/estimator/anova_f_value.yaml
fseval/conf/estimator/boruta.yaml
fseval/conf/estimator/chi2.yaml
fseval/conf/estimator/decision_tree.yaml
fseval/conf/estimator/featboost.yaml
fseval/conf/estimator/infinite_selection.yaml
fseval/conf/estimator/knn.yaml
fseval/conf/estimator/multisurf.yaml
fseval/conf/estimator/mutual_info.yaml
fseval/conf/estimator/relieff.yaml
fseval/conf/estimator/stability_selection.yaml
fseval/conf/estimator/tabnet.yaml
fseval/conf/estimator/tabnet_multioutput.yaml
fseval/conf/estimator/xgb.yaml
fseval/conf/pipeline/rank_and_validate.yaml
fseval/conf/resample/bootstrap.yaml
fseval/conf/resample/shuffle.yaml
fseval/conf/storage/local.yaml
fseval/conf/storage/wandb.yaml
fseval/estimators/__init__.py
fseval/estimators/anova_f_value.py
fseval/estimators/boruta.py
fseval/estimators/chi2.py
fseval/estimators/featboost.py
fseval/estimators/fisher_score.py
fseval/estimators/infinite_selection.py
fseval/estimators/mutual_info.py
fseval/estimators/stability_selection.py
fseval/estimators/tabnet.py
fseval/pipeline/__init__.py
fseval/pipeline/cv.py
fseval/pipeline/dataset.py
fseval/pipeline/estimator.py
fseval/pipeline/resample.py
fseval/pipelines/__init__.py
fseval/pipelines/_callback_collection.py
fseval/pipelines/_experiment.py
fseval/pipelines/_pipeline.py
fseval/pipelines/rank_and_validate/__init__.py
fseval/pipelines/rank_and_validate/_config.py
fseval/pipelines/rank_and_validate/_dataset_validator.py
fseval/pipelines/rank_and_validate/_ranking_validator.py
fseval/pipelines/rank_and_validate/_subset_validator.py
fseval/pipelines/rank_and_validate/_support_validator.py
fseval/pipelines/rank_and_validate/rank_and_validate.py
fseval/storage/__init__.py
fseval/storage/local.py
fseval/storage/wandb.py
fseval/utils/__init__.py
fseval/utils/dict_utils.py
fseval/utils/hydra_utils.py