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
Function
test_percentage_missing_values
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:172
Function
test_percentage_of_Instances_with_missing_values
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:203
Function
test_percentage_of_Instances_with_missing_values
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:188
Function
test_percentage_of_features_with_missing_values
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:227
Function
test_percentage_of_features_with_missing_values
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:210
Function
test_performance_over_time_no_ensemble
(tmp_dir)
test/test_estimators/test_estimators.py:300
Function
test_performance_over_time_with_ensemble
Parameters ---------- automl: AutoMLClassifier The fitted automl instance with an ensemble Expects ------- * Perform
test/test_automl/test_performance_over_time.py:15
Function
test_performance_with_multiobjective
Expects ------- * Auto-sklearn can predict/predict_proba and has a model * Each ensemble in the pareto_set can predict/predict_proba
test/test_automl/test_performance.py:14
Method
test_pipeline_clonability
(self)
test/test_pipeline/test_regression.py:493
Method
test_pipeline_clonability
Test that the pipeline item is clonable with `sklearn.clone` Expects ------- * The cloned object has all the same param keys
test/test_pipeline/test_classification.py:1026
Method
test_predict_batched
(self)
test/test_pipeline/test_regression.py:433
Method
test_predict_batched
Test that predict_proba predicts the same as the underlying classifier with predict_proba argument `batches`. Expects -------
test/test_pipeline/test_classification.py:837
Method
test_predict_batched_sparse
(self)
test/test_pipeline/test_regression.py:452
Method
test_predict_batched_sparse
Test that predict_proba predicts the same as the underlying classifier with predict_proba argument `batches`, with a sparse dataset E
test/test_pipeline/test_classification.py:869
Method
test_predict_proba_batched
Test that predict_proba predicts the same as the underlying classifier with predict_proba argument `batches`, for multiclass and multilabel da
test/test_pipeline/test_classification.py:904
Method
test_predict_proba_batched_sparse
Test that predict_proba predicts the same as the underlying classifier with predict_proba argument `batches`, for multiclass and multilabel da
test/test_pipeline/test_classification.py:961
Method
test_predict_proba_binary_classification
(self, mock)
test/test_evaluation/test_train_evaluator.py:933
Method
test_predict_scorer_binary
(self)
test/test_metric/test_metrics.py:48
Method
test_predict_scorer_multiclass
(self)
test/test_metric/test_metrics.py:87
Method
test_predict_scorer_multilabel
(self)
test/test_metric/test_metrics.py:121
Method
test_predict_scorer_regression
(self)
test/test_metric/test_metrics.py:148
Function
test_predictions_pickled
Expects ------- * Should be able to load pickled predictions Note ---- * Not sure this should be supported
test/test_ensemble_builder/test_run.py:69
Function
test_predictions_precision
Expects ------- * Loading predictions with a given precision should load the expected type
test/test_ensemble_builder/test_run.py:92
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_feature_agglomeration.py:41
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_extra_trees_classification.py:68
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_polynomial.py:62
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_extra_trees_regression.py:66
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_pca.py:20
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_select_rates_classification.py:54
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_fast_ica.py:40
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_select_percentile_classification.py:52
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_kitchen_sinks.py:17
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_kernel_pca.py:56
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_select_percentile_regression.py:21
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_random_trees_embedding.py:22
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_liblinear.py:58
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_truncatedSVD.py:49
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_NoPreprocessing.py:21
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_densifier.py:14
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/data_preprocessing/test_variance_threshold.py:30
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/data_preprocessing/test_scaling.py:58
Method
test_preprocessing_dtype
(self)
test/test_pipeline/components/data_preprocessing/test_numerical_imputation.py:30
Method
test_preprocessing_dtype_regression
(self)
test/test_pipeline/components/feature_preprocessing/test_select_rates_regression.py:59
Method
test_proba_scorer_binary
(self)
test/test_metric/test_metrics.py:163
Method
test_proba_scorer_multiclass
(self)
test/test_metric/test_metrics.py:190
Method
test_proba_scorer_multilabel
(self)
test/test_metric/test_metrics.py:217
Function
test_produces_correct_output
Parameters ---------- dataset: str The name of the dataset task : int The task type of the dataset metrics: Seq
test/test_automl/test_dummy_predictions.py:38
Method
test_pynisher_memory_error
(self)
test/test_evaluation/test_evaluation.py:64
Method
test_pynisher_timeout
(self)
test/test_evaluation/test_evaluation.py:73
Function
test_raises_if_no_metric_set
Expects ------- * raise if there was no metric set when calling `_do_dummy_prediction()`
test/test_automl/test_dummy_predictions.py:189
Function
test_raises_invalid_metric
Expects ------- * Should raise an error if the given metric is not applicable to a given task type
test/test_automl/test_dummy_predictions.py:200
Method
test_random_metric
(self)
test/test_metalearning/pyMetaLearn/metalearning/test_kND.py:115
Function
test_random_node
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:642
Function
test_ratio_categorical_to_numerical
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:294
Function
test_ratio_numerical_to_categorical
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:285
Function
test_record_modified_times_with_was_modified
Expects ------- * Updating the recorded times should not trigger `was_modified` * Should update the recorded times so `was_modified`
test/test_ensemble_builder/test_run.py:45
Function
test_reduce_dataset_invalid_dtype_for_precision_reduction
()
test/test_util/test_data.py:501
Function
test_reduce_dataset_invalid_memory_allocation_float
Parameters ---------- memory_allocation: float An invalid memory allocation as a float Expects ------- * Should rais
test/test_util/test_data.py:538
Function
test_reduce_dataset_invalid_memory_allocation_int
Parameters ---------- memory_allocation: float An invalid memory allocation as a int Expects ------- * Should raise
test/test_util/test_data.py:562
Function
test_reduce_dataset_invalid_memory_allocation_type
Parameters ---------- memory_allocation: Any An invalid memory allocation type Expects ------- * Should raise a Valu
test/test_util/test_data.py:586
Function
test_reduce_dataset_invalid_operations
()
test/test_util/test_data.py:519
Function
test_reduce_dataset_reduces_size_and_precision
( X, x_type, dtype, y, is_classification, memory_allocation, operations )
test/test_util/test_data.py:461
Function
test_reduce_dataset_subsampling_explicit_values
(memory_limit, precision, task)
test/test_util/test_data.py:616
Function
test_reduce_precision_correctly_reduces_precision
(X, dtype, x_type)
test/test_util/test_data.py:395
Function
test_reduce_precision_with_unsupported_dtypes
(X, dtype)
test/test_util/test_data.py:429
Function
test_regression
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1132
Method
test_regression_all
(self)
test/test_metric/test_metrics.py:368
Method
test_regression_metrics
(self)
test/test_metric/test_metrics.py:330
Method
test_regression_only_metric
(self)
test/test_metric/test_metrics.py:657
Function
test_regression_pandas_support
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1186
Method
test_regression_scoring_functions
(self)
test/test_metric/test_metrics.py:615
Function
test_regressor_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:94
Method
test_repr
(self)
test/test_pipeline/test_regression.py:312
Method
test_repr
Test that the default pipeline can be converted to its representation and converted back. Expects ------- * The the S
test/test_pipeline/test_classification.py:260
Function
test_requires_deletion_does_nothing_without_params
Expects ------- * All runs should be kept
test/test_ensemble_builder/test_ensemble_builder.py:404
Function
test_requires_deletion_max_models
Expects ------- * Should keep exactly as many models as `max_models` * Should not have any in common between keep and delete
test/test_ensemble_builder/test_ensemble_builder.py:426
Function
test_requires_deletion_max_models_multiobjective_no_overlap
Expects ------- * When deleting runs with multiple objectives, they runs kept should be done so in a roundrobin fashion with respec
test/test_ensemble_builder/test_ensemble_builder.py:447
Function
test_requires_deletion_max_models_multiobjective_overlap
Expects ------- * When deleting runs with multiple objectives, they runs kept should be done so in a roundrobin fashion with respec
test/test_ensemble_builder/test_ensemble_builder.py:497
Function
test_requires_loss_update_with_modified_runs
Expects ------- * Should include runs that were modified, even if they have a loss
test/test_ensemble_builder/test_ensemble_builder.py:82
Function
test_requires_loss_update_with_no_loss
Expects ------- * Should include runs that have no loss
test/test_ensemble_builder/test_ensemble_builder.py:104
Function
test_requires_memory_limit_single_objective
Expects ------- * Should keep the expected amount of models * The kept models should be sorted by lowest loss * Should not have a
test/test_ensemble_builder/test_ensemble_builder.py:555
Function
test_run_builds_valid_ensemble
Expects ------- * Using the same builder as used in the real run should result in the same candidate models for the ensemble. *
test/test_ensemble_builder/test_ensemble_builder_real.py:37
Function
test_run_end_at
Expects ------- * The limits enforced by pynisher should account for the time_buffer and duration to run for + a little bit of over
test/test_ensemble_builder/test_ensemble_builder.py:745
Function
test_runs_with_correct_args
Fixtures -------- mock_logger: PickleableClientLogger A mock logger to use make_sklearn_dataset : Callable[..., Tuple[np.nda
test/test_automl/test_dummy_predictions.py:99
Function
test_selector_file_askl2_can_be_created
(selector_path)
test/test_estimators/test_estimators.py:1353
Method
test_set_hyperparameters_honors_configuration
Makes sure that a given configuration is honored in practice. This method tests that the set hyperparameters actually create objects
test/test_pipeline/test_regression.py:618
Method
test_set_hyperparameters_honors_configuration
Makes sure that a given configuration is honored in practice. This method tests that the set hyperparameters actually create objects
test/test_pipeline/test_classification.py:1226
Method
test_set_params
(self)
test/test_pipeline/test_regression.py:517
Method
test_set_params
(self)
test/test_pipeline/test_classification.py:1063
Method
test_setup_logger
(self)
test/test_util/test_logging.py:14
Function
test_show_models_with_cv
Parameters ---------- tmp_dir: str The temporary directory to use for this test dask_client: dask.distributed.Client
test/test_estimators/test_estimators.py:818
Function
test_show_models_with_holdout
Parameters ---------- tmp_dir: str The temporary directory to use for this test dask_client: dask.distributed.Client
test/test_estimators/test_estimators.py:745
Function
test_shuffle_on_fail
Parameters ---------- budget_type : Union[None, str] The budget type to use Fixtures -------- make_automl : Callable
test/test_automl/test_refit.py:16
Method
test_sign_flip
(self)
test/test_metric/test_metrics.py:298
Method
test_silent_exception_in_target_function
(self)
test/test_evaluation/test_evaluation.py:494
Function
test_single_job_and_no_dask_client_sets_correct_multiprocessing_context
Expects ------- * With n_jobs set to 1 and no dask client, we default to a SingleThreadedClient with a "fork" _multiprocessing_contex
test/test_automl/test_construction.py:72
Function
test_single_thread_client_like_dask_client
()
test/test_util/test_single_thread_client.py:9
Method
test_single_type
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_feat_type.py:14
Function
test_skewness_max
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:586
Function
test_skewness_mean
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:594
← previous
next →
1,701–1,800 of 1,916, ranked by callers