Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/automl/auto-sklearn
/ functions
Functions
1,916 in github.com/automl/auto-sklearn
⨍
Functions
1,916
◇
Types & classes
344
↳
Endpoints
63
Method
side_effect
(**kwargs)
test/test_evaluation/test_evaluation.py:332
Function
skip
Mark a parameter for pytest parametrize that should be skipped ..code:: python @parametrize("number", [2, 3, skip(5, "some reason")])
test/util.py:29
Function
sparse_data
()
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:19
Function
sparse_data_transformed
()
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:74
Method
sprint_statistics
Return the following statistics of the training result: - dataset name - metric used - best validation score - number
autosklearn/estimators.py:916
Function
start_log_server
( host: str, logname: str, event: threading.Event, port: multiprocessing.Value, filename:
autosklearn/util/logging_.py:292
Function
start_python_worker
(scheduler_address)
examples/60_search/example_parallel_manual_spawning_python.py:77
Function
stop_at_first
Used in some cases to enforce the only valid model is the dummy model
test/test_automl/cases.py:42
Method
tearDown
(self)
test/test_metalearning/pyMetaLearn/test_metalearner.py:36
Method
tearDown
(self)
test/test_metalearning/pyMetaLearn/test_meta_base.py:27
Method
tearDown
(self)
test/test_evaluation/test_train_evaluator.py:125
Method
tearDown
(self)
test/test_evaluation/test_train_evaluator.py:2881
Method
tearDown
(self)
test/test_evaluation/test_evaluation.py:56
Method
tearDown
(self)
test/test_evaluation/test_test_evaluator.py:115
Method
tearDown
(self)
test/test_evaluation/test_abstract_evaluator.py:51
Method
tearDown
(self)
test/test_scripts/test_metadata_generation.py:379
Function
testEnsembleSelection
Makes sure ensemble selection fit method creates an ensemble correctly
test/test_ensemble_builder/test_ensemble_selection.py:10
Function
testPredict
(backend)
test/test_ensemble_builder/test_ensemble_selection.py:90
Function
test_1NN
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:659
Function
test_1NN_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:834
Function
test_MultiObjectiveDummyEnsemble
(backend)
test/test_ensemble_builder/test_multiobjective_dummy_ensemble.py:12
Function
test_SingleBest
(backend)
test/test_ensemble_builder/test_singlebest_ensemble.py:8
Function
test_SingleModelEnsemble
(backend)
test/test_ensemble_builder/test_singlebest_ensemble.py:72
Function
test_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
Method
test_add_additional_components
(self)
test/test_evaluation/test_abstract_evaluator.py:280
Method
test_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
Method
test_add_forbidden
(self)
test/test_pipeline/test_create_searchspace_util_classification.py:124
Method
test_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
Function
test_allow_string_feature
()
test/test_data/test_feature_validator.py:566
Function
test_askl2_fit_when_no_metric_specified
(tmp_path)
test/test_estimators/test_estimators.py:1423
Function
test_askl2_fits_selector_for_given_metrics_at_init
(tmp_path, metric)
test/test_estimators/test_estimators.py:1387
Function
test_at_least_one_ensemble
Expects ------- * There should be at least one ensemble generated
test/test_automl/test_post_fit.py:168
Function
test_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
Function
test_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
Function
test_autosklearn2_classification_methods_returns_self
(dask_client)
test/test_estimators/test_estimators.py:1269
Function
test_autosklearn2_classification_methods_returns_self_sparse
(dask_client)
test/test_estimators/test_estimators.py:1298
Function
test_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
Function
test_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
Function
test_autosklearn_regression_methods_returns_self
(dask_client)
test/test_estimators/test_estimators.py:1248
Function
test_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
Function
test_available_runs_with_bad_dir_contained
Expects ------- * Should ignore dirs that aren't in format
test/test_ensemble_builder/test_ensemble_builder.py:62
Method
test_balancing_get_weights_svm_sgd
(self)
test/test_pipeline/components/data_preprocessing/test_balancing.py:73
Method
test_balancing_get_weights_treed_multilabel
(self)
test/test_pipeline/components/data_preprocessing/test_balancing.py:52
Method
test_balancing_get_weights_treed_single_label
(self)
test/test_pipeline/components/data_preprocessing/test_balancing.py:39
Function
test_binary
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1062
Method
test_boston_is_not_scaled
(self)
test/test_pipeline/components/data_preprocessing/test_scaling.py:31
Function
test_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
Function
test_calculate_all_metafeatures
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:521
Function
test_calculate_all_metafeatures
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:409
Function
test_calculate_all_metafeatures_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:840
Function
test_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
Function
test_calculate_losses
()
test/test_metric/test_metrics.py:669
Function
test_calculate_metric
()
test/test_metric/test_metrics.py:824
Function
test_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
Function
test_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
Function
test_can_pickle_classifier
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:991
Function
test_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
Function
test_candidates_filters_out_better_than_dummy
Expects ------- * Should filter out runs worse than dummy
test/test_ensemble_builder/test_ensemble_builder.py:201
Function
test_candidates_filters_runs_with_no_loss
Expects ------- * Should filter out runs with no loss
test/test_ensemble_builder/test_ensemble_builder.py:176
Function
test_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
Function
test_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
Function
test_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
Function
test_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
Function
test_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
Method
test_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
Function
test_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
Function
test_check_estimator_signature
(class_)
test/test_estimators/test_estimators.py:1334
Function
test_check_nan
()
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_text.py:227
Method
test_check_pid
(self)
test/test_util/test_common.py:12
Method
test_check_random_state
(self)
test/test_pipeline/test_regression.py:482
Function
test_check_shape
()
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_text.py:203
Function
test_check_vocabulary
()
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_text.py:249
Function
test_class_entropy
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:509
Function
test_class_entropy_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:781
Function
test_class_occurences
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:321
Function
test_class_occurences_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:696
Function
test_class_probability_max
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:338
Function
test_class_probability_max_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:725
Function
test_class_probability_mean
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:347
Function
test_class_probability_mean_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:740
Function
test_class_probability_min
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:329
Function
test_class_probability_min_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:710
Function
test_class_probability_std
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:358
Function
test_class_probability_std_multilabel
(multilabel_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:764
Method
test_classification_binary
(self)
test/test_metric/test_metrics.py:394
Method
test_classification_metrics
(self)
test/test_metric/test_metrics.py:345
Method
test_classification_multiclass
(self)
test/test_metric/test_metrics.py:439
Method
test_classification_multilabel
(self)
test/test_metric/test_metrics.py:533
Method
test_classification_only_metric
(self)
test/test_metric/test_metrics.py:643
Function
test_classification_pandas_support
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1091
Method
test_classification_scoring_functions
(self)
test/test_metric/test_metrics.py:583
Method
test_classification_workflow
(self)
test/test_pipeline/implementations/test_SparseOneHotEncoder.py:90
Function
test_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
Method
test_coalesce_10_percent
(self)
test/test_pipeline/implementations/test_MinorityCoalescer.py:52
Method
test_coalesce_10_percent_sparse
(self)
test/test_pipeline/implementations/test_MinorityCoalescer.py:61
Method
test_configurations
(self)
test/test_pipeline/test_regression.py:88
Method
test_configurations
Test non-seeded random sets of configurations with default dataset properties Expects ------- * All configurations should fit
test/test_pipeline/test_classification.py:308
Method
test_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
Method
test_configurations_signed_data
(self)
test/test_pipeline/test_regression.py:93
Method
test_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
← previous
next →
1,301–1,400 of 1,916, ranked by callers