.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
testcommand.sh
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/dist.yml
.github/workflows/pre-commit.yaml
.github/workflows/pytest.yml
.github/workflows/stale.yaml
autofe/__init__.py
autofe/featuretools_iris_test.py
autofe/gbdt_featuretransformer_test.py
autofe/pytorch_tabular_test.py
autofe/pytorchlightning_tabular_test.py
autofe/tab-transformer.py
autofe/feature_engineering/__init__.py
autofe/feature_engineering/feature_generate.py
autofe/feature_engineering/gbdt_feature.py
autofe/tabular_embedding/__init__.py
autofe/tabular_embedding/pytorch_tabular.py
autofe/tabular_embedding/pytorchlightning_tabular.py
autotabular/__init__.py
autotabular/__version__.py
autotabular/automl.py
autotabular/classification.py
autotabular/constants.py
autotabular/ensemble_builder.py
autotabular/estimators.py
autotabular/regression.py
autotabular/requirements.txt
autotabular/smbo.py
autotabular.egg-info/PKG-INFO
autotabular.egg-info/SOURCES.txt
autotabular.egg-info/dependency_links.txt
autotabular.egg-info/requires.txt
autotabular.egg-info/top_level.txt
autotabular/algorithms/__init__.py
autotabular/algorithms/anomaly/__init__.py
autotabular/algorithms/anomaly/abod.py
autotabular/algorithms/anomaly/auto_encoder.py
autotabular/algorithms/anomaly/auto_encoder_torch.py
autotabular/algorithms/anomaly/base.py
autotabular/algorithms/anomaly/base_dl.py
autotabular/algorithms/anomaly/cblof.py
autotabular/algorithms/anomaly/cof.py
autotabular/algorithms/anomaly/combination.py
autotabular/algorithms/anomaly/copod.py
autotabular/algorithms/anomaly/deep_svdd.py
autotabular/algorithms/anomaly/feature_bagging.py
autotabular/algorithms/anomaly/gaal_base.py
autotabular/algorithms/anomaly/hbos.py
autotabular/algorithms/anomaly/iforest.py
autotabular/algorithms/anomaly/knn.py
autotabular/algorithms/anomaly/lmdd.py
autotabular/algorithms/anomaly/loci.py
autotabular/algorithms/anomaly/loda.py
autotabular/algorithms/anomaly/lof.py
autotabular/algorithms/anomaly/lscp.py
autotabular/algorithms/anomaly/mad.py
autotabular/algorithms/anomaly/mcd.py
autotabular/algorithms/anomaly/meta_devnet.py
autotabular/algorithms/anomaly/mo_gaal.py
autotabular/algorithms/anomaly/ocsvm.py
autotabular/algorithms/anomaly/pca.py
autotabular/algorithms/anomaly/rod.py
autotabular/algorithms/anomaly/sklearn_base.py
autotabular/algorithms/anomaly/so_gaal.py
autotabular/algorithms/anomaly/sod.py
autotabular/algorithms/anomaly/sos.py
autotabular/algorithms/anomaly/vae.py
autotabular/algorithms/anomaly/xgbod.py
autotabular/algorithms/ctr/__init__.py
autotabular/algorithms/ctr/afi.py
autotabular/algorithms/ctr/afm.py
autotabular/algorithms/ctr/afn.py
autotabular/algorithms/ctr/dcn.py
autotabular/algorithms/ctr/dfm.py
autotabular/algorithms/ctr/ffm.py
autotabular/algorithms/ctr/fm.py
autotabular/algorithms/ctr/fnfm.py
autotabular/algorithms/ctr/fnn.py
autotabular/algorithms/ctr/hofm.py
autotabular/algorithms/ctr/layer.py
autotabular/algorithms/ctr/lr.py
autotabular/algorithms/ctr/ncf.py
autotabular/algorithms/ctr/nfm.py
autotabular/algorithms/ctr/pnn.py
autotabular/algorithms/ctr/wd.py
autotabular/algorithms/ctr/xdfm.py
autotabular/algorithms/deepctr/__init__.py
autotabular/algorithms/deepctr/layers/__init__.py
autotabular/algorithms/deepctr/layers/layer.py
autotabular/algorithms/deepctr/models/__init__.py
autotabular/algorithms/deepctr/models/lr.py
autotabular/algorithms/deepnets/__init__.py
autotabular/algorithms/deepnets/tabnet.py
autotabular/algorithms/sklearn/__init__.py
autotabular/data/__init__.py
autotabular/data/abstract_data_manager.py
autotabular/data/feature_validator.py
autotabular/data/target_validator.py
autotabular/data/validation.py
autotabular/data/xy_data_manager.py
autotabular/datasets/__init__.py
autotabular/datasets/avazu.py
autotabular/datasets/criteo.py
autotabular/datasets/dsutils.py
autotabular/datasets/movielens.py
autotabular/datasets/tabular_data.py
autotabular/datasets/data/Bike_Sharing.csv
autotabular/datasets/data/Titanic.csv
autotabular/datasets/data/adult-uci.csv.gz
autotabular/datasets/data/bank-uci.csv.gz
autotabular/datasets/data/blood.csv
autotabular/datasets/data/glass_uci.csv
autotabular/datasets/data/heart-disease-uci.csv
autotabular/datasets/data/movielens_sample.txt
autotabular/datasets/data/telescope.csv
autotabular/ensembles/__init__.py
autotabular/ensembles/abstract_ensemble.py
autotabular/ensembles/ensemble_selection.py
autotabular/ensembles/singlebest_ensemble.py
autotabular/evaluation/__init__.py
autotabular/evaluation/abstract_evaluator.py
autotabular/evaluation/test_evaluator.py
autotabular/evaluation/train_evaluator.py
autotabular/evaluation/util.py
autotabular/metalearning/__init__.py
autotabular/metalearning/mismbo.py
autotabular/metalearning/files/accuracy_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/accuracy_binary.classification_dense/configurations.csv
autotabular/metalearning/files/accuracy_binary.classification_dense/description.txt
autotabular/metalearning/files/accuracy_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/accuracy_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/accuracy_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/accuracy_binary.classification_dense/readme.txt
autotabular/metalearning/files/accuracy_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/accuracy_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/accuracy_binary.classification_sparse/description.txt
autotabular/metalearning/files/accuracy_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/accuracy_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/accuracy_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/accuracy_binary.classification_sparse/readme.txt
autotabular/metalearning/files/accuracy_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/accuracy_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/accuracy_multiclass.classification_dense/description.txt
autotabular/metalearning/files/accuracy_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/accuracy_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/accuracy_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/accuracy_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/accuracy_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/accuracy_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/accuracy_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/accuracy_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/accuracy_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/accuracy_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/accuracy_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/average_precision_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/average_precision_binary.classification_dense/configurations.csv
autotabular/metalearning/files/average_precision_binary.classification_dense/description.txt
autotabular/metalearning/files/average_precision_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/average_precision_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/average_precision_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/average_precision_binary.classification_dense/readme.txt
autotabular/metalearning/files/average_precision_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/average_precision_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/average_precision_binary.classification_sparse/description.txt
autotabular/metalearning/files/average_precision_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/average_precision_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/average_precision_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/average_precision_binary.classification_sparse/readme.txt
autotabular/metalearning/files/average_precision_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/average_precision_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/average_precision_multiclass.classification_dense/description.txt
autotabular/metalearning/files/average_precision_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/average_precision_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/average_precision_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/average_precision_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/average_precision_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/average_precision_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/average_precision_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/average_precision_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/average_precision_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/average_precision_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/average_precision_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/balanced_accuracy_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_dense/configurations.csv
autotabular/metalearning/files/balanced_accuracy_binary.classification_dense/description.txt
autotabular/metalearning/files/balanced_accuracy_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_dense/readme.txt
autotabular/metalearning/files/balanced_accuracy_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/balanced_accuracy_binary.classification_sparse/description.txt
autotabular/metalearning/files/balanced_accuracy_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/balanced_accuracy_binary.classification_sparse/readme.txt
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_dense/description.txt
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/balanced_accuracy_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/f1_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_binary.classification_dense/configurations.csv
autotabular/metalearning/files/f1_binary.classification_dense/description.txt
autotabular/metalearning/files/f1_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_binary.classification_dense/readme.txt
autotabular/metalearning/files/f1_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_binary.classification_sparse/description.txt
autotabular/metalearning/files/f1_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_binary.classification_sparse/readme.txt
autotabular/metalearning/files/f1_macro_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_macro_binary.classification_dense/configurations.csv
autotabular/metalearning/files/f1_macro_binary.classification_dense/description.txt
autotabular/metalearning/files/f1_macro_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_macro_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_macro_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_macro_binary.classification_dense/readme.txt
autotabular/metalearning/files/f1_macro_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_macro_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_macro_binary.classification_sparse/description.txt
autotabular/metalearning/files/f1_macro_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_macro_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_macro_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_macro_binary.classification_sparse/readme.txt
autotabular/metalearning/files/f1_macro_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/f1_macro_multiclass.classification_dense/description.txt
autotabular/metalearning/files/f1_macro_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/f1_macro_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_macro_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/f1_macro_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_macro_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/f1_micro_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_micro_binary.classification_dense/configurations.csv
autotabular/metalearning/files/f1_micro_binary.classification_dense/description.txt
autotabular/metalearning/files/f1_micro_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_micro_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_micro_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_micro_binary.classification_dense/readme.txt
autotabular/metalearning/files/f1_micro_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_micro_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_micro_binary.classification_sparse/description.txt
autotabular/metalearning/files/f1_micro_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_micro_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_micro_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_micro_binary.classification_sparse/readme.txt
autotabular/metalearning/files/f1_micro_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/f1_micro_multiclass.classification_dense/description.txt
autotabular/metalearning/files/f1_micro_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/f1_micro_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_micro_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/f1_micro_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_micro_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/f1_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/f1_multiclass.classification_dense/description.txt
autotabular/metalearning/files/f1_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/f1_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/f1_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/f1_samples_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_samples_binary.classification_dense/configurations.csv
autotabular/metalearning/files/f1_samples_binary.classification_dense/description.txt
autotabular/metalearning/files/f1_samples_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_samples_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_samples_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_samples_binary.classification_dense/readme.txt
autotabular/metalearning/files/f1_samples_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_samples_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_samples_binary.classification_sparse/description.txt
autotabular/metalearning/files/f1_samples_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_samples_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_samples_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_samples_binary.classification_sparse/readme.txt
autotabular/metalearning/files/f1_samples_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/f1_samples_multiclass.classification_dense/description.txt
autotabular/metalearning/files/f1_samples_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/f1_samples_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_samples_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/f1_samples_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_samples_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/f1_weighted_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_weighted_binary.classification_dense/configurations.csv
autotabular/metalearning/files/f1_weighted_binary.classification_dense/description.txt
autotabular/metalearning/files/f1_weighted_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_weighted_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_weighted_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_weighted_binary.classification_dense/readme.txt
autotabular/metalearning/files/f1_weighted_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_weighted_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_weighted_binary.classification_sparse/description.txt
autotabular/metalearning/files/f1_weighted_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_weighted_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_weighted_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_weighted_binary.classification_sparse/readme.txt
autotabular/metalearning/files/f1_weighted_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/f1_weighted_multiclass.classification_dense/description.txt
autotabular/metalearning/files/f1_weighted_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/f1_weighted_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/f1_weighted_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/f1_weighted_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/f1_weighted_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/log_loss_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/log_loss_binary.classification_dense/configurations.csv
autotabular/metalearning/files/log_loss_binary.classification_dense/description.txt
autotabular/metalearning/files/log_loss_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/log_loss_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/log_loss_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/log_loss_binary.classification_dense/readme.txt
autotabular/metalearning/files/log_loss_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/log_loss_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/log_loss_binary.classification_sparse/description.txt
autotabular/metalearning/files/log_loss_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/log_loss_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/log_loss_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/log_loss_binary.classification_sparse/readme.txt
autotabular/metalearning/files/log_loss_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/log_loss_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/log_loss_multiclass.classification_dense/description.txt
autotabular/metalearning/files/log_loss_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/log_loss_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/log_loss_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/log_loss_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/log_loss_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/log_loss_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/log_loss_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/log_loss_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/log_loss_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/log_loss_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/log_loss_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/mean_absolute_error_regression_dense/algorithm_runs.arff
autotabular/metalearning/files/mean_absolute_error_regression_dense/configurations.csv
autotabular/metalearning/files/mean_absolute_error_regression_dense/description.txt
autotabular/metalearning/files/mean_absolute_error_regression_dense/feature_costs.arff
autotabular/metalearning/files/mean_absolute_error_regression_dense/feature_runstatus.arff
autotabular/metalearning/files/mean_absolute_error_regression_dense/feature_values.arff
autotabular/metalearning/files/mean_absolute_error_regression_dense/readme.txt
autotabular/metalearning/files/mean_absolute_error_regression_sparse/algorithm_runs.arff
autotabular/metalearning/files/mean_absolute_error_regression_sparse/configurations.csv
autotabular/metalearning/files/mean_absolute_error_regression_sparse/description.txt
autotabular/metalearning/files/mean_absolute_error_regression_sparse/feature_costs.arff
autotabular/metalearning/files/mean_absolute_error_regression_sparse/feature_runstatus.arff
autotabular/metalearning/files/mean_absolute_error_regression_sparse/feature_values.arff
autotabular/metalearning/files/mean_absolute_error_regression_sparse/readme.txt
autotabular/metalearning/files/mean_squared_error_regression_dense/algorithm_runs.arff
autotabular/metalearning/files/mean_squared_error_regression_dense/configurations.csv
autotabular/metalearning/files/mean_squared_error_regression_dense/description.txt
autotabular/metalearning/files/mean_squared_error_regression_dense/feature_costs.arff
autotabular/metalearning/files/mean_squared_error_regression_dense/feature_runstatus.arff
autotabular/metalearning/files/mean_squared_error_regression_dense/feature_values.arff
autotabular/metalearning/files/mean_squared_error_regression_dense/readme.txt
autotabular/metalearning/files/mean_squared_error_regression_sparse/algorithm_runs.arff
autotabular/metalearning/files/mean_squared_error_regression_sparse/configurations.csv
autotabular/metalearning/files/mean_squared_error_regression_sparse/description.txt
autotabular/metalearning/files/mean_squared_error_regression_sparse/feature_costs.arff
autotabular/metalearning/files/mean_squared_error_regression_sparse/feature_runstatus.arff
autotabular/metalearning/files/mean_squared_error_regression_sparse/feature_values.arff
autotabular/metalearning/files/mean_squared_error_regression_sparse/readme.txt
autotabular/metalearning/files/mean_squared_log_error_regression_dense/algorithm_runs.arff
autotabular/metalearning/files/mean_squared_log_error_regression_dense/configurations.csv
autotabular/metalearning/files/mean_squared_log_error_regression_dense/description.txt
autotabular/metalearning/files/mean_squared_log_error_regression_dense/feature_costs.arff
autotabular/metalearning/files/mean_squared_log_error_regression_dense/feature_runstatus.arff
autotabular/metalearning/files/mean_squared_log_error_regression_dense/feature_values.arff
autotabular/metalearning/files/mean_squared_log_error_regression_dense/readme.txt
autotabular/metalearning/files/mean_squared_log_error_regression_sparse/algorithm_runs.arff
autotabular/metalearning/files/mean_squared_log_error_regression_sparse/configurations.csv
autotabular/metalearning/files/mean_squared_log_error_regression_sparse/description.txt
autotabular/metalearning/files/mean_squared_log_error_regression_sparse/feature_costs.arff
autotabular/metalearning/files/mean_squared_log_error_regression_sparse/feature_runstatus.arff
autotabular/metalearning/files/mean_squared_log_error_regression_sparse/feature_values.arff
autotabular/metalearning/files/mean_squared_log_error_regression_sparse/readme.txt
autotabular/metalearning/files/median_absolute_error_regression_dense/algorithm_runs.arff
autotabular/metalearning/files/median_absolute_error_regression_dense/configurations.csv
autotabular/metalearning/files/median_absolute_error_regression_dense/description.txt
autotabular/metalearning/files/median_absolute_error_regression_dense/feature_costs.arff
autotabular/metalearning/files/median_absolute_error_regression_dense/feature_runstatus.arff
autotabular/metalearning/files/median_absolute_error_regression_dense/feature_values.arff
autotabular/metalearning/files/median_absolute_error_regression_dense/readme.txt
autotabular/metalearning/files/median_absolute_error_regression_sparse/algorithm_runs.arff
autotabular/metalearning/files/median_absolute_error_regression_sparse/configurations.csv
autotabular/metalearning/files/median_absolute_error_regression_sparse/description.txt
autotabular/metalearning/files/median_absolute_error_regression_sparse/feature_costs.arff
autotabular/metalearning/files/median_absolute_error_regression_sparse/feature_runstatus.arff
autotabular/metalearning/files/median_absolute_error_regression_sparse/feature_values.arff
autotabular/metalearning/files/median_absolute_error_regression_sparse/readme.txt
autotabular/metalearning/files/precision_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_binary.classification_dense/configurations.csv
autotabular/metalearning/files/precision_binary.classification_dense/description.txt
autotabular/metalearning/files/precision_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_binary.classification_dense/readme.txt
autotabular/metalearning/files/precision_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_binary.classification_sparse/description.txt
autotabular/metalearning/files/precision_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_binary.classification_sparse/readme.txt
autotabular/metalearning/files/precision_macro_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_macro_binary.classification_dense/configurations.csv
autotabular/metalearning/files/precision_macro_binary.classification_dense/description.txt
autotabular/metalearning/files/precision_macro_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_macro_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_macro_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_macro_binary.classification_dense/readme.txt
autotabular/metalearning/files/precision_macro_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_macro_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_macro_binary.classification_sparse/description.txt
autotabular/metalearning/files/precision_macro_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_macro_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_macro_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_macro_binary.classification_sparse/readme.txt
autotabular/metalearning/files/precision_macro_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/precision_macro_multiclass.classification_dense/description.txt
autotabular/metalearning/files/precision_macro_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/precision_macro_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_macro_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/precision_macro_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_macro_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/precision_micro_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_micro_binary.classification_dense/configurations.csv
autotabular/metalearning/files/precision_micro_binary.classification_dense/description.txt
autotabular/metalearning/files/precision_micro_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_micro_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_micro_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_micro_binary.classification_dense/readme.txt
autotabular/metalearning/files/precision_micro_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_micro_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_micro_binary.classification_sparse/description.txt
autotabular/metalearning/files/precision_micro_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_micro_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_micro_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_micro_binary.classification_sparse/readme.txt
autotabular/metalearning/files/precision_micro_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/precision_micro_multiclass.classification_dense/description.txt
autotabular/metalearning/files/precision_micro_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/precision_micro_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_micro_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/precision_micro_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_micro_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/precision_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/precision_multiclass.classification_dense/description.txt
autotabular/metalearning/files/precision_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/precision_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/precision_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/precision_samples_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_samples_binary.classification_dense/configurations.csv
autotabular/metalearning/files/precision_samples_binary.classification_dense/description.txt
autotabular/metalearning/files/precision_samples_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_samples_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_samples_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_samples_binary.classification_dense/readme.txt
autotabular/metalearning/files/precision_samples_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_samples_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_samples_binary.classification_sparse/description.txt
autotabular/metalearning/files/precision_samples_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_samples_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_samples_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_samples_binary.classification_sparse/readme.txt
autotabular/metalearning/files/precision_samples_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/precision_samples_multiclass.classification_dense/description.txt
autotabular/metalearning/files/precision_samples_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/precision_samples_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_samples_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/precision_samples_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_samples_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/precision_weighted_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_weighted_binary.classification_dense/configurations.csv
autotabular/metalearning/files/precision_weighted_binary.classification_dense/description.txt
autotabular/metalearning/files/precision_weighted_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_weighted_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_weighted_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_weighted_binary.classification_dense/readme.txt
autotabular/metalearning/files/precision_weighted_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_weighted_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_weighted_binary.classification_sparse/description.txt
autotabular/metalearning/files/precision_weighted_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_weighted_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_weighted_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_weighted_binary.classification_sparse/readme.txt
autotabular/metalearning/files/precision_weighted_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/precision_weighted_multiclass.classification_dense/description.txt
autotabular/metalearning/files/precision_weighted_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/precision_weighted_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/precision_weighted_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/precision_weighted_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/precision_weighted_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/r2_regression_dense/algorithm_runs.arff
autotabular/metalearning/files/r2_regression_dense/configurations.csv
autotabular/metalearning/files/r2_regression_dense/description.txt
autotabular/metalearning/files/r2_regression_dense/feature_costs.arff
autotabular/metalearning/files/r2_regression_dense/feature_runstatus.arff
autotabular/metalearning/files/r2_regression_dense/feature_values.arff
autotabular/metalearning/files/r2_regression_dense/readme.txt
autotabular/metalearning/files/r2_regression_sparse/algorithm_runs.arff
autotabular/metalearning/files/r2_regression_sparse/configurations.csv
autotabular/metalearning/files/r2_regression_sparse/description.txt
autotabular/metalearning/files/r2_regression_sparse/feature_costs.arff
autotabular/metalearning/files/r2_regression_sparse/feature_runstatus.arff
autotabular/metalearning/files/r2_regression_sparse/feature_values.arff
autotabular/metalearning/files/r2_regression_sparse/readme.txt
autotabular/metalearning/files/recall_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_binary.classification_dense/configurations.csv
autotabular/metalearning/files/recall_binary.classification_dense/description.txt
autotabular/metalearning/files/recall_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_binary.classification_dense/readme.txt
autotabular/metalearning/files/recall_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_binary.classification_sparse/description.txt
autotabular/metalearning/files/recall_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_binary.classification_sparse/readme.txt
autotabular/metalearning/files/recall_macro_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_macro_binary.classification_dense/configurations.csv
autotabular/metalearning/files/recall_macro_binary.classification_dense/description.txt
autotabular/metalearning/files/recall_macro_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_macro_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_macro_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_macro_binary.classification_dense/readme.txt
autotabular/metalearning/files/recall_macro_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_macro_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_macro_binary.classification_sparse/description.txt
autotabular/metalearning/files/recall_macro_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_macro_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_macro_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_macro_binary.classification_sparse/readme.txt
autotabular/metalearning/files/recall_macro_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/recall_macro_multiclass.classification_dense/description.txt
autotabular/metalearning/files/recall_macro_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/recall_macro_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_macro_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/recall_macro_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_macro_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/recall_micro_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_micro_binary.classification_dense/configurations.csv
autotabular/metalearning/files/recall_micro_binary.classification_dense/description.txt
autotabular/metalearning/files/recall_micro_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_micro_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_micro_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_micro_binary.classification_dense/readme.txt
autotabular/metalearning/files/recall_micro_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_micro_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_micro_binary.classification_sparse/description.txt
autotabular/metalearning/files/recall_micro_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_micro_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_micro_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_micro_binary.classification_sparse/readme.txt
autotabular/metalearning/files/recall_micro_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/recall_micro_multiclass.classification_dense/description.txt
autotabular/metalearning/files/recall_micro_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/recall_micro_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_micro_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/recall_micro_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_micro_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/recall_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/recall_multiclass.classification_dense/description.txt
autotabular/metalearning/files/recall_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/recall_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/recall_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/recall_samples_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_samples_binary.classification_dense/configurations.csv
autotabular/metalearning/files/recall_samples_binary.classification_dense/description.txt
autotabular/metalearning/files/recall_samples_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_samples_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_samples_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_samples_binary.classification_dense/readme.txt
autotabular/metalearning/files/recall_samples_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_samples_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_samples_binary.classification_sparse/description.txt
autotabular/metalearning/files/recall_samples_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_samples_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_samples_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_samples_binary.classification_sparse/readme.txt
autotabular/metalearning/files/recall_samples_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/recall_samples_multiclass.classification_dense/description.txt
autotabular/metalearning/files/recall_samples_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/recall_samples_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_samples_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/recall_samples_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_samples_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/recall_weighted_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_weighted_binary.classification_dense/configurations.csv
autotabular/metalearning/files/recall_weighted_binary.classification_dense/description.txt
autotabular/metalearning/files/recall_weighted_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_weighted_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_weighted_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_weighted_binary.classification_dense/readme.txt
autotabular/metalearning/files/recall_weighted_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_weighted_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_weighted_binary.classification_sparse/description.txt
autotabular/metalearning/files/recall_weighted_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_weighted_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_weighted_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_weighted_binary.classification_sparse/readme.txt
autotabular/metalearning/files/recall_weighted_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/recall_weighted_multiclass.classification_dense/description.txt
autotabular/metalearning/files/recall_weighted_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/recall_weighted_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/recall_weighted_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/recall_weighted_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/recall_weighted_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/roc_auc_binary.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/roc_auc_binary.classification_dense/configurations.csv
autotabular/metalearning/files/roc_auc_binary.classification_dense/description.txt
autotabular/metalearning/files/roc_auc_binary.classification_dense/feature_costs.arff
autotabular/metalearning/files/roc_auc_binary.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/roc_auc_binary.classification_dense/feature_values.arff
autotabular/metalearning/files/roc_auc_binary.classification_dense/readme.txt
autotabular/metalearning/files/roc_auc_binary.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/roc_auc_binary.classification_sparse/configurations.csv
autotabular/metalearning/files/roc_auc_binary.classification_sparse/description.txt
autotabular/metalearning/files/roc_auc_binary.classification_sparse/feature_costs.arff
autotabular/metalearning/files/roc_auc_binary.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/roc_auc_binary.classification_sparse/feature_values.arff
autotabular/metalearning/files/roc_auc_binary.classification_sparse/readme.txt
autotabular/metalearning/files/roc_auc_multiclass.classification_dense/algorithm_runs.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_dense/configurations.csv
autotabular/metalearning/files/roc_auc_multiclass.classification_dense/description.txt
autotabular/metalearning/files/roc_auc_multiclass.classification_dense/feature_costs.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_dense/feature_runstatus.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_dense/feature_values.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_dense/readme.txt
autotabular/metalearning/files/roc_auc_multiclass.classification_sparse/algorithm_runs.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_sparse/configurations.csv
autotabular/metalearning/files/roc_auc_multiclass.classification_sparse/description.txt
autotabular/metalearning/files/roc_auc_multiclass.classification_sparse/feature_costs.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_sparse/feature_runstatus.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_sparse/feature_values.arff
autotabular/metalearning/files/roc_auc_multiclass.classification_sparse/readme.txt
autotabular/metalearning/files/root_mean_squared_error_regression_dense/algorithm_runs.arff
autotabular/metalearning/files/root_mean_squared_error_regression_dense/configurations.csv
autotabular/metalearning/files/root_mean_squared_error_regression_dense/description.txt
autotabular/metalearning/files/root_mean_squared_error_regression_dense/feature_costs.arff
autotabular/metalearning/files/root_mean_squared_error_regression_dense/feature_runstatus.arff
autotabular/metalearning/files/root_mean_squared_error_regression_dense/feature_values.arff
autotabular/metalearning/files/root_mean_squared_error_regression_dense/readme.txt
autotabular/metalearning/files/root_mean_squared_error_regression_sparse/algorithm_runs.arff
autotabular/metalearning/files/root_mean_squared_error_regression_sparse/configurations.csv
autotabular/metalearning/files/root_mean_squared_error_regression_sparse/description.txt
autotabular/metalearning/files/root_mean_squared_error_regression_sparse/feature_costs.arff
autotabular/metalearning/files/root_mean_squared_error_regression_sparse/feature_runstatus.arff
autotabular/metalearning/files/root_mean_squared_error_regression_sparse/feature_values.arff
autotabular/metalearning/files/root_mean_squared_error_regression_sparse/readme.txt
autotabular/metalearning/input/__init__.py
autotabular/metalearning/input/aslib_simple.py
autotabular/metalearning/metafeatures/__init__.py
autotabular/metalearning/metafeatures/metafeature.py
autotabular/metalearning/metafeatures/metafeatures.py
autotabular/metalearning/metalearning/__init__.py
autotabular/metalearning/metalearning/create_datasets.py
autotabular/metalearning/metalearning/meta_base.py
autotabular/metalearning/metalearning/clustering/__init__.py
autotabular/metalearning/metalearning/clustering/gmeans.py
autotabular/metalearning/metalearning/kNearestDatasets/__init__.py
autotabular/metalearning/metalearning/kNearestDatasets/kND.py
autotabular/metalearning/metalearning/metrics/__init__.py
autotabular/metalearning/metalearning/metrics/misc.py
autotabular/metalearning/optimizers/__init__.py
autotabular/metalearning/optimizers/optimizer_base.py
autotabular/metalearning/optimizers/metalearn_optimizer/__init__.py
autotabular/metalearning/optimizers/metalearn_optimizer/metalearn_optimizerDefault.cfg
autotabular/metalearning/optimizers/metalearn_optimizer/metalearn_optimizer_parser.py
autotabular/metalearning/optimizers/metalearn_optimizer/metalearner.py
autotabular/metrics/__init__.py
autotabular/metrics/util.py
autotabular/pipeline/__init__.py
autotabular/pipeline/base.py
autotabular/pipeline/classification.py
autotabular/pipeline/constants.py
autotabular/pipeline/create_searchspace_util.py
autotabular/pipeline/regression.py
autotabular/pipeline/util.py
autotabular/pipeline/components/__init__.py
autotabular/pipeline/components/base.py
autotabular/pipeline/components/classification/__init__.py
autotabular/pipeline/components/classification/adaboost.py
autotabular/pipeline/components/classification/bernoulli_nb.py
autotabular/pipeline/components/classification/decision_tree.py
autotabular/pipeline/components/classification/extra_trees.py
autotabular/pipeline/components/classification/gaussian_nb.py
autotabular/pipeline/components/classification/gradient_boosting.py
autotabular/pipeline/components/classification/k_nearest_neighbors.py
autotabular/pipeline/components/classification/lda.py
autotabular/pipeline/components/classification/liblinear_svc.py
autotabular/pipeline/components/classification/libsvm_svc.py
autotabular/pipeline/components/classification/mlp.py
autotabular/pipeline/components/classification/multinomial_nb.py
autotabular/pipeline/components/classification/passive_aggressive.py
autotabular/pipeline/components/classification/qda.py
autotabular/pipeline/components/classification/random_forest.py
autotabular/pipeline/components/classification/sgd.py
autotabular/pipeline/components/data_preprocessing/__init__.py
autotabular/pipeline/components/data_preprocessing/data_preprocessing.py
autotabular/pipeline/components/data_preprocessing/data_preprocessing_categorical.py
autotabular/pipeline/components/data_preprocessing/data_preprocessing_numerical.py
autotabular/pipeline/components/data_preprocessing/balancing/__init__.py
autotabular/pipeline/components/data_preprocessing/balancing/balancing.py
autotabular/pipeline/components/data_preprocessing/categorical_encoding/__init__.py
autotabular/pipeline/components/data_preprocessing/categorical_encoding/encoding.py
autotabular/pipeline/components/data_preprocessing/categorical_encoding/no_encoding.py
autotabular/pipeline/components/data_preprocessing/categorical_encoding/one_hot_encoding.py
autotabular/pipeline/components/data_preprocessing/category_encoders/James_Stein_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/__init__.py
autotabular/pipeline/components/data_preprocessing/category_encoders/backward_difference_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/baseN.py
autotabular/pipeline/components/data_preprocessing/category_encoders/catboost_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/count_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/glmm_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/hash_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/helmert_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/loo_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/m-estimate_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/nested_cv_wrapper.py
autotabular/pipeline/components/data_preprocessing/category_encoders/one-hot_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/ordinal_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/polynomial_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/polynomial_wrapper.py
autotabular/pipeline/components/data_preprocessing/category_encoders/sum_enccoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/target_encoder.py
autotabular/pipeline/components/data_preprocessing/category_encoders/woe_encoder.py
autotabular/pipeline/components/data_preprocessing/category_shift/__init__.py
autotabular/pipeline/components/data_preprocessing/category_shift/category_shift.py
autotabular/pipeline/components/data_preprocessing/datetime_transformer/__init__.py
autotabular/pipeline/components/data_preprocessing/datetime_transformer/datetime_transformer.py
autotabular/pipeline/components/data_preprocessing/discretizer/multikbinsdiscretizer.py
autotabular/pipeline/components/data_preprocessing/exclude_miss_target/__init__.py
autotabular/pipeline/components/data_preprocessing/exclude_miss_target/exclude_missing_target.py
autotabular/pipeline/components/data_preprocessing/imputation/__init__.py
autotabular/pipeline/components/data_preprocessing/imputation/categorical_imputation.py
autotabular/pipeline/components/data_preprocessing/imputation/numerical_imputation.py
autotabular/pipeline/components/data_preprocessing/label_encoder/__init__.py
autotabular/pipeline/components/data_preprocessing/label_encoder/label_encoder.py
autotabular/pipeline/components/data_preprocessing/minority_coalescense/__init__.py
autotabular/pipeline/components/data_preprocessing/minority_coalescense/minority_coalescer.py
autotabular/pipeline/components/data_preprocessing/minority_coalescense/no_coalescense.py
autotabular/pipeline/components/data_preprocessing/rescaling/__init__.py
autotabular/pipeline/components/data_preprocessing/rescaling/abstract_rescaling.py
autotabular/pipeline/components/data_preprocessing/rescaling/minmax.py
autotabular/pipeline/components/data_preprocessing/rescaling/none.py
autotabular/pipeline/components/data_preprocessing/rescaling/normalize.py
autotabular/pipeline/components/data_preprocessing/rescaling/power_transformer.py
autotabular/pipeline/components/data_preprocessing/rescaling/quantile_transformer.py
autotabular/pipeline/components/data_preprocessing/rescaling/robust_scaler.py
autotabular/pipeline/components/data_preprocessing/rescaling/standardize.py
autotabular/pipeline/components/data_preprocessing/text_transformer/__init__.py
autotabular/pipeline/components/data_preprocessing/text_transformer/text_transformer.py
autotabular/pipeline/components/data_preprocessing/type_convert/__init__.py
autotabular/pipeline/components/data_preprocessing/type_convert/type_transform.py
autotabular/pipeline/components/data_preprocessing/utils/__init__.py
autotabular/pipeline/components/data_preprocessing/utils/preprocessing_utils.py
autotabular/pipeline/components/data_preprocessing/variance_threshold/__init__.py
autotabular/pipeline/components/data_preprocessing/variance_threshold/variance_threshold.py
autotabular/pipeline/components/feature_preprocessing/__init__.py
autotabular/pipeline/components/feature_preprocessing/densifier.py
autotabular/pipeline/components/feature_preprocessing/extra_trees_preproc_for_classification.py
autotabular/pipeline/components/feature_preprocessing/extra_trees_preproc_for_regression.py
autotabular/pipeline/components/feature_preprocessing/fast_ica.py
autotabular/pipeline/components/feature_preprocessing/feature_agglomeration.py
autotabular/pipeline/components/feature_preprocessing/goldenfeatures_transformer_for_classification.py
autotabular/pipeline/components/feature_preprocessing/goldenfeatures_transformer_for_regression.py
autotabular/pipeline/components/feature_preprocessing/kernel_pca.py
autotabular/pipeline/components/feature_preprocessing/kitchen_sinks.py
autotabular/pipeline/components/feature_preprocessing/kmeans_transformer.py
autotabular/pipeline/components/feature_preprocessing/liblinear_svc_preprocessor.py
autotabular/pipeline/components/feature_preprocessing/no_preprocessing.py
autotabular/pipeline/components/feature_preprocessing/nystroem_sampler.py
autotabular/pipeline/components/feature_preprocessing/pca.py
autotabular/pipeline/components/feature_preprocessing/polynomial.py
autotabular/pipeline/components/feature_preprocessing/random_trees_embedding.py
autotabular/pipeline/components/feature_preprocessing/select_percentile.py
autotabular/pipeline/components/feature_preprocessing/select_percentile_classification.py
autotabular/pipeline/components/feature_preprocessing/select_percentile_regression.py
autotabular/pipeline/components/feature_preprocessing/select_rates_classification.py
autotabular/pipeline/components/feature_preprocessing/select_rates_regression.py
autotabular/pipeline/components/feature_preprocessing/truncatedSVD.py
autotabular/pipeline/components/regression/__init__.py
autotabular/pipeline/components/regression/adaboost.py
autotabular/pipeline/components/regression/ard_regression.py
autotabular/pipeline/components/regression/decision_tree.py
autotabular/pipeline/components/regression/extra_trees.py
autotabular/pipeline/components/regression/gaussian_process.py
autotabular/pipeline/components/regression/gradient_boosting.py
autotabular/pipeline/components/regression/k_nearest_neighbors.py
autotabular/pipeline/components/regression/liblinear_svr.py
autotabular/pipeline/components/regression/libsvm_svr.py
autotabular/pipeline/components/regression/mlp.py
autotabular/pipeline/components/regression/random_forest.py
autotabular/pipeline/components/regression/sgd.py
autotabular/pipeline/implementations/CategoryShift.py
autotabular/pipeline/implementations/MinorityCoalescer.py
autotabular/pipeline/implementations/SparseOneHotEncoder.py
autotabular/pipeline/implementations/__init__.py
autotabular/pipeline/implementations/util.py
autotabular/util/__init__.py
autotabular/util/backend.py
autotabular/util/common.py
autotabular/util/data.py
autotabular/util/dependencies.py
autotabular/util/logging.yaml
autotabular/util/logging_.py
autotabular/util/parallel.py
autotabular/util/pipeline.py
autotabular/util/single_thread_client.py
autotabular/util/stopwatch.py
docs/Awesome-AutoML.md
docs/AwesomeAutoMLtools.md
docs/GBDT 模型对比.md
docs/README.md
docs/autotabular.png
docs/mkdocs.yml
docs/mljar-supervised.md
docs/requirements.txt
docs/docs/add new features.md
docs/docs/api.md
docs/docs/contributing.md
docs/docs/get_help.md
docs/docs/help.md
docs/docs/index.md
docs/docs/roadmap.md
docs/docs/features/algorithms.md
docs/docs/features/automl.md
docs/docs/features/eda.md
docs/docs/features/explain.md
docs/docs/features/features_selection.md
docs/docs/features/golden_features.md
docs/docs/features/modes.md
docs/docs/images/favicon.png
docs/docs/stylesheets/extra.css
docs/docs/tutorials/random.md
docs/docs/tutorials/titanic.md
docs/embedding/tabular_embedding.md
docs/paper/ICML_automl_workshop.md
docs/paper/README.md
docs/paper/Shelter_outcome.ipynb
docs/paper/tabular_embedding.py
docs/paper/imgs/image-20210926161721093.png
docs/paper/imgs/image-20210927152613429.png
examples/binary_classifier_Titanic.py
examples/ctr_model_test.py
examples/ctr_model_test.sh
examples/test_deepnet.py
examples/ptl/linear_regression.py
examples/ptl/logistic_regression.py
supervised/__init__.py
supervised/__version__.py
supervised/automl.py
supervised/base_automl.py
supervised/ensemble.py
supervised/exceptions.py
supervised/model_framework.py
supervised/algorithms/__init__.py
supervised/algorithms/algorithm.py
supervised/algorithms/baseline.py
supervised/algorithms/catboost.py
supervised/algorithms/decision_tree.py
supervised/algorithms/extra_trees.py
supervised/algorithms/factory.py
supervised/algorithms/knn.py
supervised/algorithms/lightgbm.py
supervised/algorithms/linear.py
supervised/algorithms/nn.py
supervised/algorithms/random_forest.py
supervised/algorithms/registry.py
supervised/algorithms/sklearn.py
supervised/algorithms/xgboost.py
supervised/callbacks/__init__.py
supervised/callbacks/callback.py
supervised/callbacks/callback_list.py
supervised/callbacks/early_stopping.py
supervised/callbacks/learner_time_constraint.py
supervised/callbacks/max_iters_constraint.py
supervised/callbacks/metric_logger.py
supervised/callbacks/terminate_on_nan.py
supervised/callbacks/total_time_constraint.py
supervised/preprocessing/__init__.py
supervised/preprocessing/datetime_transformer.py
supervised/preprocessing/eda.py
supervised/preprocessing/encoding_selector.py
supervised/preprocessing/exclude_missing_target.py
supervised/preprocessing/goldenfeatures_transformer.py
supervised/preprocessing/kmeans_transformer.py
supervised/preprocessing/label_binarizer.py
supervised/preprocessing/label_encoder.py
supervised/preprocessing/loo_encoder.py
supervised/preprocessing/preprocessing.py
supervised/preprocessing/preprocessing_categorical.py
supervised/preprocessing/preprocessing_missing.py
supervised/preprocessing/preprocessing_utils.py
supervised/preprocessing/scale.py
supervised/preprocessing/text_transformer.py
supervised/tuner/__init__.py
supervised/tuner/data_info.py
supervised/tuner/hill_climbing.py
supervised/tuner/mljar_tuner.py
supervised/tuner/preprocessing_tuner.py
supervised/tuner/random_parameters.py
supervised/tuner/time_controller.py
supervised/tuner/optuna/__init__.py
supervised/tuner/optuna/catboost.py
supervised/tuner/optuna/extra_trees.py
supervised/tuner/optuna/knn.py
supervised/tuner/optuna/lightgbm.py
supervised/tuner/optuna/nn.py
supervised/tuner/optuna/random_forest.py
supervised/tuner/optuna/tuner.py
supervised/tuner/optuna/xgboost.py
supervised/utils/__init__.py
supervised/utils/additional_metrics.py
supervised/utils/additional_plots.py
supervised/utils/automl_plots.py
supervised/utils/common.py
supervised/utils/config.py
supervised/utils/constants.py
supervised/utils/data_validation.py
supervised/utils/importance.py
supervised/utils/leaderboard_plots.py
supervised/utils/learning_curves.py
supervised/utils/metric.py
supervised/utils/shap.py
supervised/utils/subsample.py
supervised/utils/utils.py
supervised/validation/__init__.py
supervised/validation/validation_step.py
supervised/validation/validator_base.py
supervised/validation/validator_custom.py
supervised/validation/validator_kfold.py
supervised/validation/validator_split.py
tests/test_mljar-supervised/test_registry.py
tests/test_pipeline/__init__.py
tests/test_pipeline/test_base.py
tests/test_pipeline/test_classification.py
tests/test_pipeline/test_create_searchspace_util_classification.py
tests/test_pipeline/test_regression.py
tests/test_pipeline/components/__init__.py
tests/test_pipeline/components/test_base.py
tests/test_pipeline/components/classification/__init__.py
tests/test_pipeline/components/classification/test_adaboost.py
tests/test_pipeline/components/classification/test_base.py
tests/test_pipeline/components/classification/test_bernoulli_nb.py
tests/test_pipeline/components/classification/test_decision_tree.py
tests/test_pipeline/components/classification/test_extra_trees.py
tests/test_pipeline/components/classification/test_gaussian_nb.py
tests/test_pipeline/components/classification/test_gradient_boosting.py
tests/test_pipeline/components/classification/test_k_nearest_neighbor.py
tests/test_pipeline/components/classification/test_lda.py
tests/test_pipeline/components/classification/test_liblinear.py
tests/test_pipeline/components/classification/test_libsvm_svc.py
tests/test_pipeline/components/classification/test_mlp.py
tests/test_pipeline/components/classification/test_multinomial_nb.py
tests/test_pipeline/components/classification/test_passive_aggressive.py
tests/test_pipeline/components/classification/test_qda.py
tests/test_pipeline/components/classification/test_random_forest.py
tests/test_pipeline/components/classification/test_sgd.py
tests/test_pipeline/components/data_preprocessing/__init__.py
tests/test_pipeline/components/data_preprocessing/dataset.pkl
tests/test_pipeline/components/data_preprocessing/test_James_Stein_encoding.py
tests/test_pipeline/components/data_preprocessing/test_backward_difference_encoding.py
tests/test_pipeline/components/data_preprocessing/test_balancing.py
tests/test_pipeline/components/data_preprocessing/test_baseN_encoding.py
tests/test_pipeline/components/data_preprocessing/test_catboost_encoding.py
tests/test_pipeline/components/data_preprocessing/test_categorical_imputation.py
tests/test_pipeline/components/data_preprocessing/test_category_shift.py
tests/test_pipeline/components/data_preprocessing/test_count_encoding.py
tests/test_pipeline/components/data_preprocessing/test_data_preprocessing.py
tests/test_pipeline/components/data_preprocessing/test_data_preprocessing_categorical.py
tests/test_pipeline/components/data_preprocessing/test_data_preprocessing_numerical.py
tests/test_pipeline/components/data_preprocessing/test_datetime_transformer.py
tests/test_pipeline/components/data_preprocessing/test_exclude_missing.py
tests/test_pipeline/components/data_preprocessing/test_glmm_encoding.py
tests/test_pipeline/components/data_preprocessing/test_hash_encoding.py
tests/test_pipeline/components/data_preprocessing/test_helmert_encoding.py
tests/test_pipeline/components/data_preprocessing/test_minority_coalescence.py
tests/test_pipeline/components/data_preprocessing/test_numerical_imputation.py
tests/test_pipeline/components/data_preprocessing/test_one_hot_encoding.py
tests/test_pipeline/components/data_preprocessing/test_scaling.py
tests/test_pipeline/components/data_preprocessing/test_text_transformer.py
tests/test_pipeline/components/data_preprocessing/test_variance_threshold.py
tests/test_pipeline/components/dummy_components/__init__.py
tests/test_pipeline/components/dummy_components/dummy_component_1.py
tests/test_pipeline/components/dummy_components/dummy_component_2.py
tests/test_pipeline/components/dummy_components/dummy_component_import.py
tests/test_pipeline/components/feature_preprocessing/__init__.py
tests/test_pipeline/components/feature_preprocessing/test_NoPreprocessing.py
tests/test_pipeline/components/feature_preprocessing/test_choice.py
tests/test_pipeline/components/feature_preprocessing/test_densifier.py
tests/test_pipeline/components/feature_preprocessing/test_extra_trees_classification.py
tests/test_pipeline/components/feature_preprocessing/test_extra_trees_regression.py
tests/test_pipeline/components/feature_preprocessing/test_fast_ica.py
tests/test_pipeline/components/feature_preprocessing/test_feature_agglomeration.py
tests/test_pipeline/components/feature_preprocessing/test_goldenfeatures_transformer.py
tests/test_pipeline/components/feature_preprocessing/test_kernel_pca.py
tests/test_pipeline/components/feature_preprocessing/test_kitchen_sinks.py
tests/test_pipeline/components/feature_preprocessing/test_liblinear.py
tests/test_pipeline/components/feature_preprocessing/test_nystroem_sampler.py
tests/test_pipeline/components/feature_preprocessing/test_pca.py
tests/test_pipeline/components/feature_preprocessing/test_polynomial.py
tests/test_pipeline/components/feature_preprocessing/test_random_trees_embedding.py
tests/test_pipeline/components/feature_preprocessing/test_select_percentile_classification.py
tests/test_pipeline/components/feature_preprocessing/test_select_percentile_regression.py
tests/test_pipeline/components/feature_preprocessing/test_select_rates_classification.py
tests/test_pipeline/components/feature_preprocessing/test_select_rates_regression.py
tests/test_pipeline/components/feature_preprocessing/test_truncatedSVD.py
tests/test_pipeline/components/regression/__init__.py
tests/test_pipeline/components/regression/test_adaboost.py
tests/test_pipeline/components/regression/test_ard_regression.py
tests/test_pipeline/components/regression/test_base.py
tests/test_pipeline/components/regression/test_decision_tree.py
tests/test_pipeline/components/regression/test_extra_trees.py
tests/test_pipeline/components/regression/test_gaussian_process.py
tests/test_pipeline/components/regression/test_gradient_boosting.py
tests/test_pipeline/components/regression/test_k_nearest_neighbors.py
tests/test_pipeline/components/regression/test_liblinear_svr.py
tests/test_pipeline/components/regression/test_mlp.py
tests/test_pipeline/components/regression/test_random_forests.py
tests/test_pipeline/components/regression/test_sgd.py
tests/test_pipeline/components/regression/test_support_vector_regression.py
tests/test_pipeline/implementations/__init__.py
tests/test_pipeline/implementations/test_CategoryShift.py
tests/test_pipeline/implementations/test_MinorityCoalescer.py
tests/test_pipeline/implementations/test_SparseOneHotEncoder.py
tests/test_pipeline/implementations/test_util.py