MCPcopy Create free account

hub / github.com/automl/auto-sklearn / functions

Functions1,916 in github.com/automl/auto-sklearn

Methodside_effect
(**kwargs)
test/test_evaluation/test_evaluation.py:332
Functionskip
Mark a parameter for pytest parametrize that should be skipped ..code:: python @parametrize("number", [2, 3, skip(5, "some reason")])
test/util.py:29
Functionsparse_data
()
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:19
Functionsparse_data_transformed
()
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:74
Methodsprint_statistics
Return the following statistics of the training result: - dataset name - metric used - best validation score - number
autosklearn/estimators.py:916
Functionstart_log_server
( host: str, logname: str, event: threading.Event, port: multiprocessing.Value, filename:
autosklearn/util/logging_.py:292
Functionstart_python_worker
(scheduler_address)
examples/60_search/example_parallel_manual_spawning_python.py:77
Functionstop_at_first
Used in some cases to enforce the only valid model is the dummy model
test/test_automl/cases.py:42
MethodtearDown
(self)
test/test_metalearning/pyMetaLearn/test_metalearner.py:36
MethodtearDown
(self)
test/test_metalearning/pyMetaLearn/test_meta_base.py:27
MethodtearDown
(self)
test/test_evaluation/test_train_evaluator.py:125
MethodtearDown
(self)
test/test_evaluation/test_train_evaluator.py:2881
MethodtearDown
(self)
test/test_evaluation/test_evaluation.py:56
MethodtearDown
(self)
test/test_evaluation/test_test_evaluator.py:115
MethodtearDown
(self)
test/test_evaluation/test_abstract_evaluator.py:51
MethodtearDown
(self)
test/test_scripts/test_metadata_generation.py:379
FunctiontestEnsembleSelection
Makes sure ensemble selection fit method creates an ensemble correctly
test/test_ensemble_builder/test_ensemble_selection.py:10
FunctiontestPredict
(backend)
test/test_ensemble_builder/test_ensemble_selection.py:90
Functiontest_1NN
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:659
Functiontest_1NN_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:834
Functiontest_MultiObjectiveDummyEnsemble
(backend)
test/test_ensemble_builder/test_multiobjective_dummy_ensemble.py:12
Functiontest_SingleBest
(backend)
test/test_ensemble_builder/test_singlebest_ensemble.py:8
Functiontest_SingleModelEnsemble
(backend)
test/test_ensemble_builder/test_singlebest_ensemble.py:72
Functiontest_X_data_only_loaded_when_required
Expects ------- * Should only load X_train if it's required * TODO should only load X_test if it's required
test/test_ensemble_builder/test_ensemble_builder.py:970
Methodtest_add_additional_components
(self)
test/test_evaluation/test_abstract_evaluator.py:280
Methodtest_add_classifier
Test that classifiers can be added Expects ------- * There should be 0 components initially * There should be 1 compo
test/test_pipeline/test_classification.py:1069
Methodtest_add_forbidden
(self)
test/test_pipeline/test_create_searchspace_util_classification.py:124
Methodtest_add_preprocessor
Test that preprocessors can be added Expects ------- * There should be 0 components initially * There should be 1 com
test/test_pipeline/test_classification.py:1097
Functiontest_allow_string_feature
()
test/test_data/test_feature_validator.py:566
Functiontest_askl2_fit_when_no_metric_specified
(tmp_path)
test/test_estimators/test_estimators.py:1423
Functiontest_askl2_fits_selector_for_given_metrics_at_init
(tmp_path, metric)
test/test_estimators/test_estimators.py:1387
Functiontest_at_least_one_ensemble
Expects ------- * There should be at least one ensemble generated
test/test_automl/test_post_fit.py:168
Functiontest_at_least_one_model_and_predictions
Expects ------- * There should be at least one models saved * Each model saved should have predictions for the ensemble
test/test_automl/test_post_fit.py:142
Functiontest_attrs_raise_if_not_fitted
Parameters ---------- automl : AutoML An unfitted automl instance attr: str The attribute to test argnames: Uni
test/test_automl/test_sklearn_compliance.py:39
Functiontest_autosklearn2_classification_methods_returns_self
(dask_client)
test/test_estimators/test_estimators.py:1269
Functiontest_autosklearn2_classification_methods_returns_self_sparse
(dask_client)
test/test_estimators/test_estimators.py:1298
Functiontest_autosklearn_anneal
This test makes sure that anneal dataset can be fitted and scored. This dataset is quite complex, with NaN, categorical and numerical columns
test/test_estimators/test_estimators.py:1668
Functiontest_autosklearn_classification_methods_returns_self
Currently this method only tests that the methods of AutoSklearnClassifier is able to fit using fit(), fit_ensemble() and refit()
test/test_estimators/test_estimators.py:1219
Functiontest_autosklearn_regression_methods_returns_self
(dask_client)
test/test_estimators/test_estimators.py:1248
Functiontest_available_runs
Expects ------- * Should be able to read runs from the backends rundir where runs are tagged {seed}_{numrun}_{budget}
test/test_ensemble_builder/test_ensemble_builder.py:40
Functiontest_available_runs_with_bad_dir_contained
Expects ------- * Should ignore dirs that aren't in format
test/test_ensemble_builder/test_ensemble_builder.py:62
Methodtest_balancing_get_weights_svm_sgd
(self)
test/test_pipeline/components/data_preprocessing/test_balancing.py:73
Methodtest_balancing_get_weights_treed_multilabel
(self)
test/test_pipeline/components/data_preprocessing/test_balancing.py:52
Methodtest_balancing_get_weights_treed_single_label
(self)
test/test_pipeline/components/data_preprocessing/test_balancing.py:39
Functiontest_binary
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1062
Methodtest_boston_is_not_scaled
(self)
test/test_pipeline/components/data_preprocessing/test_scaling.py:31
Functiontest_caching
Expects ------- * Attempting to load the same predictions again will cause the result to be cached * Unloading the cache will cause i
test/test_ensemble_builder/test_run.py:104
Functiontest_calculate_all_metafeatures
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:521
Functiontest_calculate_all_metafeatures
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:409
Functiontest_calculate_all_metafeatures_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:840
Functiontest_calculate_all_metafeatures_same_results_across_datatypes
This test makes sure that numpy and pandas produce the same metafeatures. This also is an excuse to fully test anneal dataset, and make sure
test/test_metalearning/pyMetaLearn/test_meta_features.py:850
Functiontest_calculate_losses
()
test/test_metric/test_metrics.py:669
Functiontest_calculate_metric
()
test/test_metric/test_metrics.py:824
Functiontest_can_output_pareto_front_multiobjective
Expects ------- * Multiobjective ensembles should return >= 1, #TODO should test it's pareto optimal
test/test_automl/test_pareto_front.py:28
Functiontest_can_output_pareto_front_singleobjective
Expects ------- * Non-multiobjective instances should have a pareto set of size 1
test/test_automl/test_pareto_front.py:16
Functiontest_can_pickle_classifier
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:991
Functiontest_candidates_better_than_dummy_multiobjective
Expects ------- * For a run to be considered a candidate, it must be better than the best dummy for any one of the objectives.
test/test_ensemble_builder/test_ensemble_builder.py:264
Functiontest_candidates_filters_out_better_than_dummy
Expects ------- * Should filter out runs worse than dummy
test/test_ensemble_builder/test_ensemble_builder.py:201
Functiontest_candidates_filters_runs_with_no_loss
Expects ------- * Should filter out runs with no loss
test/test_ensemble_builder/test_ensemble_builder.py:176
Functiontest_candidates_filters_runs_with_no_predictions
Expects ------- * Should have nothing in common between candidates and discarded * Should filter out runs with no "ensemble" predicti
test/test_ensemble_builder/test_ensemble_builder.py:150
Functiontest_candidates_nbest_float_single_objective
Expects ------- * Should select nbest percentage of candidates * They should be ordered by loss
test/test_ensemble_builder/test_ensemble_builder.py:367
Functiontest_candidates_nbest_int_single_objective
Expects ------- * Should only select the nbest candidates * They should be ordered by loss
test/test_ensemble_builder/test_ensemble_builder.py:330
Functiontest_candidates_no_filters
Expects ------- * Should have nothing in common between candidates and discarded * Should not filter out any viable runs if no filter
test/test_ensemble_builder/test_ensemble_builder.py:124
Functiontest_candidates_uses_dummy_if_no_candidates_better
Expects ------- * If no run is better than a dummy run, the candidates will then consist of the dummy runs.
test/test_ensemble_builder/test_ensemble_builder.py:237
Methodtest_categorical_passed_to_one_hot_encoder
Test that the feat_types arg is passed to the OneHotEncoder Expects ------- * Construction of SimpleClassificationPipeline to
test/test_pipeline/test_classification.py:444
Functiontest_check_askl2_same_arguments_as_askl
Check the asklearn2 has the same args as asklearn1 Expects ------- * The set of arguments for AutoSklearnClassifier is the same as
test/test_estimators/test_estimators.py:1439
Functiontest_check_estimator_signature
(class_)
test/test_estimators/test_estimators.py:1334
Functiontest_check_nan
()
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_text.py:227
Methodtest_check_pid
(self)
test/test_util/test_common.py:12
Methodtest_check_random_state
(self)
test/test_pipeline/test_regression.py:482
Functiontest_check_shape
()
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_text.py:203
Functiontest_check_vocabulary
()
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_text.py:249
Functiontest_class_entropy
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:509
Functiontest_class_entropy_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:781
Functiontest_class_occurences
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:321
Functiontest_class_occurences_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:696
Functiontest_class_probability_max
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:338
Functiontest_class_probability_max_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:725
Functiontest_class_probability_mean
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:347
Functiontest_class_probability_mean_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:740
Functiontest_class_probability_min
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:329
Functiontest_class_probability_min_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:710
Functiontest_class_probability_std
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:358
Functiontest_class_probability_std_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:764
Methodtest_classification_binary
(self)
test/test_metric/test_metrics.py:394
Methodtest_classification_metrics
(self)
test/test_metric/test_metrics.py:345
Methodtest_classification_multiclass
(self)
test/test_metric/test_metrics.py:439
Methodtest_classification_multilabel
(self)
test/test_metric/test_metrics.py:533
Methodtest_classification_only_metric
(self)
test/test_metric/test_metrics.py:643
Functiontest_classification_pandas_support
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1091
Methodtest_classification_scoring_functions
(self)
test/test_metric/test_metrics.py:583
Methodtest_classification_workflow
(self)
test/test_pipeline/implementations/test_SparseOneHotEncoder.py:90
Functiontest_classifier_output_shape
Parameters ---------- dataspec : Dict The spec to make data of expected_shape : Tuple[int, ...] The expected shape o
test/test_automl/test_model_predict.py:46
Methodtest_coalesce_10_percent
(self)
test/test_pipeline/implementations/test_MinorityCoalescer.py:52
Methodtest_coalesce_10_percent_sparse
(self)
test/test_pipeline/implementations/test_MinorityCoalescer.py:61
Methodtest_configurations
(self)
test/test_pipeline/test_regression.py:88
Methodtest_configurations
Test non-seeded random sets of configurations with default dataset properties Expects ------- * All configurations should fit
test/test_pipeline/test_classification.py:308
Methodtest_configurations_categorical_data
Tests a non-seeded random set of configurations with sparse, mixed data Loads specific data from <here>/components/data_preprocessing/dataset
test/test_pipeline/test_classification.py:347
Methodtest_configurations_signed_data
(self)
test/test_pipeline/test_regression.py:93
Methodtest_configurations_signed_data
Tests a non-seeded random set of configurations with signed data Expects ------- * All configurations should fit, predict and
test/test_pipeline/test_classification.py:319
← previousnext →1,301–1,400 of 1,916, ranked by callers