MCPcopy Create free account

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

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

Functiontest_percentage_missing_values
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:172
Functiontest_percentage_of_Instances_with_missing_values
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:203
Functiontest_percentage_of_Instances_with_missing_values
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:188
Functiontest_percentage_of_features_with_missing_values
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:227
Functiontest_percentage_of_features_with_missing_values
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:210
Functiontest_performance_over_time_no_ensemble
(tmp_dir)
test/test_estimators/test_estimators.py:300
Functiontest_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
Functiontest_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
Methodtest_pipeline_clonability
(self)
test/test_pipeline/test_regression.py:493
Methodtest_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
Methodtest_predict_batched
(self)
test/test_pipeline/test_regression.py:433
Methodtest_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
Methodtest_predict_batched_sparse
(self)
test/test_pipeline/test_regression.py:452
Methodtest_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
Methodtest_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
Methodtest_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
Methodtest_predict_proba_binary_classification
(self, mock)
test/test_evaluation/test_train_evaluator.py:933
Methodtest_predict_scorer_binary
(self)
test/test_metric/test_metrics.py:48
Methodtest_predict_scorer_multiclass
(self)
test/test_metric/test_metrics.py:87
Methodtest_predict_scorer_multilabel
(self)
test/test_metric/test_metrics.py:121
Methodtest_predict_scorer_regression
(self)
test/test_metric/test_metrics.py:148
Functiontest_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
Functiontest_predictions_precision
Expects ------- * Loading predictions with a given precision should load the expected type
test/test_ensemble_builder/test_run.py:92
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_feature_agglomeration.py:41
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_extra_trees_classification.py:68
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_polynomial.py:62
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_extra_trees_regression.py:66
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_pca.py:20
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_select_rates_classification.py:54
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_fast_ica.py:40
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_select_percentile_classification.py:52
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_kitchen_sinks.py:17
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_kernel_pca.py:56
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_select_percentile_regression.py:21
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_random_trees_embedding.py:22
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_liblinear.py:58
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_truncatedSVD.py:49
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_NoPreprocessing.py:21
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_densifier.py:14
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/data_preprocessing/test_variance_threshold.py:30
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/data_preprocessing/test_scaling.py:58
Methodtest_preprocessing_dtype
(self)
test/test_pipeline/components/data_preprocessing/test_numerical_imputation.py:30
Methodtest_preprocessing_dtype_regression
(self)
test/test_pipeline/components/feature_preprocessing/test_select_rates_regression.py:59
Methodtest_proba_scorer_binary
(self)
test/test_metric/test_metrics.py:163
Methodtest_proba_scorer_multiclass
(self)
test/test_metric/test_metrics.py:190
Methodtest_proba_scorer_multilabel
(self)
test/test_metric/test_metrics.py:217
Functiontest_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
Methodtest_pynisher_memory_error
(self)
test/test_evaluation/test_evaluation.py:64
Methodtest_pynisher_timeout
(self)
test/test_evaluation/test_evaluation.py:73
Functiontest_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
Functiontest_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
Methodtest_random_metric
(self)
test/test_metalearning/pyMetaLearn/metalearning/test_kND.py:115
Functiontest_random_node
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:642
Functiontest_ratio_categorical_to_numerical
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:294
Functiontest_ratio_numerical_to_categorical
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:285
Functiontest_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
Functiontest_reduce_dataset_invalid_dtype_for_precision_reduction
()
test/test_util/test_data.py:501
Functiontest_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
Functiontest_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
Functiontest_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
Functiontest_reduce_dataset_invalid_operations
()
test/test_util/test_data.py:519
Functiontest_reduce_dataset_reduces_size_and_precision
( X, x_type, dtype, y, is_classification, memory_allocation, operations )
test/test_util/test_data.py:461
Functiontest_reduce_dataset_subsampling_explicit_values
(memory_limit, precision, task)
test/test_util/test_data.py:616
Functiontest_reduce_precision_correctly_reduces_precision
(X, dtype, x_type)
test/test_util/test_data.py:395
Functiontest_reduce_precision_with_unsupported_dtypes
(X, dtype)
test/test_util/test_data.py:429
Functiontest_regression
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1132
Methodtest_regression_all
(self)
test/test_metric/test_metrics.py:368
Methodtest_regression_metrics
(self)
test/test_metric/test_metrics.py:330
Methodtest_regression_only_metric
(self)
test/test_metric/test_metrics.py:657
Functiontest_regression_pandas_support
(tmp_dir, dask_client)
test/test_estimators/test_estimators.py:1186
Methodtest_regression_scoring_functions
(self)
test/test_metric/test_metrics.py:615
Functiontest_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
Methodtest_repr
(self)
test/test_pipeline/test_regression.py:312
Methodtest_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
Functiontest_requires_deletion_does_nothing_without_params
Expects ------- * All runs should be kept
test/test_ensemble_builder/test_ensemble_builder.py:404
Functiontest_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
Functiontest_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
Functiontest_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
Functiontest_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
Functiontest_requires_loss_update_with_no_loss
Expects ------- * Should include runs that have no loss
test/test_ensemble_builder/test_ensemble_builder.py:104
Functiontest_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
Functiontest_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
Functiontest_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
Functiontest_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
Functiontest_selector_file_askl2_can_be_created
(selector_path)
test/test_estimators/test_estimators.py:1353
Methodtest_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
Methodtest_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
Methodtest_set_params
(self)
test/test_pipeline/test_regression.py:517
Methodtest_set_params
(self)
test/test_pipeline/test_classification.py:1063
Methodtest_setup_logger
(self)
test/test_util/test_logging.py:14
Functiontest_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
Functiontest_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
Functiontest_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
Methodtest_sign_flip
(self)
test/test_metric/test_metrics.py:298
Methodtest_silent_exception_in_target_function
(self)
test/test_evaluation/test_evaluation.py:494
Functiontest_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
Functiontest_single_thread_client_like_dask_client
()
test/test_util/test_single_thread_client.py:9
Methodtest_single_type
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_feat_type.py:14
Functiontest_skewness_max
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:586
Functiontest_skewness_mean
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:594
← previousnext →1,701–1,800 of 1,916, ranked by callers