MCPcopy Create free account

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

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

Functiontest_skewness_min
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:578
Functiontest_skewness_std
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:602
Functiontest_skewnesses
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:570
Functiontest_skewnesses
(sparse_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:303
Functiontest_smbo_metalearning_configurations
(backend, context, dask_client)
test/test_optimizer/test_smbo.py:17
Methodtest_softmax
(self)
test/test_pipeline/implementations/test_util.py:41
Methodtest_softmax_binary
(self)
test/test_pipeline/implementations/test_util.py:9
Methodtest_sparse
(self)
test/test_pipeline/implementations/test_CategoryShift.py:15
Methodtest_sparse1
(self)
test/test_pipeline/implementations/test_SparseOneHotEncoder.py:38
Methodtest_sparse2
(self)
test/test_pipeline/implementations/test_SparseOneHotEncoder.py:41
Methodtest_sparse2_csr
(self)
test/test_pipeline/implementations/test_SparseOneHotEncoder.py:44
Functiontest_sparse_data_validation_for_regression
()
test/test_data/test_validation.py:88
Functiontest_sparse_output_is_csr
(input_data_featuretest)
test/test_data/test_feature_validator.py:496
Methodtest_split_metafeature_array
(self)
test/test_metalearning/pyMetaLearn/test_metalearner.py:71
Functiontest_stopwatch_overhead
()
test/test_util/test_stopwatch.py:6
Methodtest_string
(self)
test/test_pipeline/implementations/test_CategoryShift.py:32
Methodtest_string_categories
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing.py:102
Functiontest_subsample_classification_unique_labels_stay_in_training_set
(y, random_state)
test/test_util/test_data.py:266
Methodtest_subsample_indices_classification
(self, mock, backend_mock)
test/test_evaluation/test_train_evaluator.py:798
Methodtest_subsample_indices_regression
(self, mock, backend_mock)
test/test_evaluation/test_train_evaluator.py:871
Functiontest_subsample_validity
Asserts the validity of the function with all valid types We want to make sure that `subsample` works correctly with all the types listed as
test/test_util/test_data.py:307
Functiontest_symbols_max
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:419
Functiontest_symbols_max
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:267
Functiontest_symbols_mean
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:428
Functiontest_symbols_mean
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:276
Functiontest_symbols_min
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:411
Functiontest_symbols_std
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:465
Functiontest_symbols_std
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:286
Functiontest_symbols_sum
(meta_train_data)
test/test_metalearning/pyMetaLearn/test_meta_features.py:501
Functiontest_symbols_sum
(sparse_data)
test/test_metalearning/pyMetaLearn/test_meta_features_sparse.py:295
Methodtest_target_algorithm_multioutput_multiclass_support
(self)
test/test_pipeline/components/classification/test_base.py:215
Functiontest_target_unsupported
Makes sure we raise a proper message to the user, when providing not supported data input
test/test_data/test_target_validator.py:389
Functiontest_targets
Expects ------- * Should be able to load each of the targets
test/test_ensemble_builder/test_ensemble_builder.py:31
Functiontest_targetvalidator_binary
(input_data_targettest)
test/test_data/test_target_validator.py:254
Functiontest_targetvalidator_continuous
(input_data_targettest)
test/test_data/test_target_validator.py:313
Functiontest_targetvalidator_continuous_multioutput
(input_data_targettest)
test/test_data/test_target_validator.py:332
Functiontest_targetvalidator_fitontypeA_transformtypeB
Check if we can fit in a given type (numpy) yet transform if the user changes the type (pandas then) This is problematic only in the cas
test/test_data/test_target_validator.py:351
Functiontest_targetvalidator_inversetransform
Test that the encoding/decoding works in 1D
test/test_data/test_target_validator.py:459
Functiontest_targetvalidator_multiclass
(input_data_targettest)
test/test_data/test_target_validator.py:274
Functiontest_targetvalidator_multilabel
(input_data_targettest)
test/test_data/test_target_validator.py:293
Functiontest_targetvalidator_supported_types_classification
(input_data_targettest)
test/test_data/test_target_validator.py:165
Functiontest_targetvalidator_supported_types_noclassification
(input_data_targettest)
test/test_data/test_target_validator.py:129
Methodtest_threshold_scorer_binary
(self)
test/test_metric/test_metrics.py:244
Methodtest_threshold_scorer_multilabel
(self)
test/test_metric/test_metrics.py:271
Methodtest_too_fresh_requirement
(self, getDistributionMock)
test/test_util/test_dependencies.py:94
Functiontest_transform
(per_column)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_text.py:160
Methodtest_transform
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_categorical.py:44
Methodtest_transform
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_numerical.py:56
Methodtest_transform_after_fit
(self)
test/test_pipeline/implementations/test_MinorityCoalescer.py:76
Methodtest_transform_with_coalescence
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_categorical.py:82
Methodtest_transform_with_sparse_column_with_negative_labels
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_categorical.py:112
Methodtest_transform_with_unknown_value
(self)
test/test_pipeline/implementations/test_SparseOneHotEncoder.py:73
Methodtest_trials_callback_execution
(self)
test/test_util/test_trials_callback.py:58
Methodtest_triple_type
(self)
test/test_pipeline/components/data_preprocessing/test_data_preprocessing_feat_type.py:115
Functiontest_type_of_target
(mock_estimator)
test/test_estimators/test_estimators.py:173
Functiontest_type_of_target_unsupported
Makes sure we raise a proper message to the user, when providing not supported data input
test/test_data/test_target_validator.py:379
Functiontest_unknown_categories_in_targets
(input_data_targettest)
test/test_data/test_target_validator.py:507
Functiontest_unsupported_dataframe_sparse
()
test/test_data/test_feature_validator.py:504
Methodtest_unsupported_task_type
(self)
test/test_metric/test_metrics.py:569
Functiontest_user_dask
Expects ------- * A UserDask should not close the client after exiting context
test/test_util/test_dask.py:11
Functiontest_valid
Expects ------- * Should be able to correctly consider valid run dir names
test/test_ensemble_builder/test_run.py:162
Functiontest_validate_dataset_compression_arg_raises_error_with_bad_arg
Parameters ---------- bad_arg: Any An arg which is not a Mapping Expects ------- * Should raise a ValueError
test/test_util/test_data.py:109
Functiontest_validate_dataset_compression_arg_raises_error_with_bad_key
Parameters ---------- key: str A key which should not be in the parameters Expects ------- * Should raise a ValueErr
test/test_util/test_data.py:125
Functiontest_validate_dataset_compression_arg_raises_error_with_bad_memory_allocation_float
Parameters ---------- memory_allocation: Any A bad float value for memory_allocation Expects ------- * Should raise
test/test_util/test_data.py:163
Functiontest_validate_dataset_compression_arg_raises_error_with_bad_memory_allocation_int
Parameters ---------- memory_allocation: int A bad float int for memory_allocation memory_limit: int The memory limi
test/test_util/test_data.py:187
Functiontest_validate_dataset_compression_arg_raises_error_with_bad_memory_allocation_type
Parameters ---------- memory_allocation: Any A bad type for memory_allocation Expects ------- * Should raise a Value
test/test_util/test_data.py:142
Functiontest_validate_dataset_compression_arg_raises_error_with_bad_methods_entries
Parameters ---------- methods: int A bad type for key methods Expects ------- * Should raise a ValueError
test/test_util/test_data.py:237
Functiontest_validate_dataset_compression_arg_raises_error_with_bad_methods_type
Parameters ---------- methods: int A bad type for key methods Expects ------- * Should raise a ValueError
test/test_util/test_data.py:211
Functiontest_validate_dataset_compression_arg_returns_original_dict
Parameters ---------- arg: Dict[str, any] Expects ------- * Should validate without error * Should return a dict identic
test/test_util/test_data.py:36
Functiontest_validate_dataset_compression_arg_returns_with_memory_allocation
Parameters ---------- memory_allocation: Union[float, int] A valid memory_allocation Expects ------- * Should valida
test/test_util/test_data.py:52
Functiontest_validate_dataset_compression_arg_returns_with_same_methods
Parameters ---------- methods: List[str] A valid list of methods Expects ------- * Should validate without error
test/test_util/test_data.py:84
Methodtest_validate_input_X
(self)
test/test_pipeline/test_regression.py:486
Methodtest_validate_input_Y
(self)
test/test_pipeline/test_regression.py:490
Functiontest_validation_unsupported
Makes sure we raise a proper message to the user, when providing not supported data input
test/test_data/test_validation.py:108
Functiontest_was_modified
Expects ------- * Should properly indicate when a file was modified
test/test_ensemble_builder/test_run.py:29
Methodtest_weighting_effect
(self)
test/test_pipeline/components/data_preprocessing/test_balancing.py:90
Functiontest_will_build_ensemble_with_different_metrics
Expects ------- * Should be able to build a valid ensemble with different combinations of metrics * Should produce a validation score
test/test_ensemble_builder/test_ensemble_builder.py:848
Functiontest_worst_node
(meta_train_data_transformed)
test/test_metalearning/pyMetaLearn/test_meta_features.py:651
Methodtest_wrong_package_version
(self, getDistributionMock)
test/test_util/test_dependencies.py:62
Methodtest_zero_or_negative_cutoff
(self, pynisher_mock)
test/test_evaluation/test_evaluation.py:119
Functiontmp_dir
Fixtures -------- tmp_path : Path Built in pytest fixture Returns ------- str The directory as a str
test/fixtures/backend.py:65
Methodtrajectory_
(self)
autosklearn/estimators.py:909
Methodtransform
(self, X)
autosklearn/pipeline/implementations/CategoryShift.py:33
Methodtransform
The transform function calls the transform function of the underlying scikit-learn model and returns the transformed array. Parameter
autosklearn/pipeline/components/base.py:278
Methodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/densifier.py:18
Methodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/no_preprocessing.py:19
Methodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/kitchen_sinks.py:52
Methodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/select_percentile.py:12
Methodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/__init__.py:150
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/__init__.py:151
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/rescaling/__init__.py:93
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/rescaling/abstract_rescaling.py:31
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/rescaling/none.py:18
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/imputation/numerical_imputation.py:33
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/imputation/categorical_imputation.py:61
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/no_coalescense.py:26
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/__init__.py:124
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/minority_coalescer.py:38
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/encoding.py:39
Methodtransform
(self, X: PIPELINE_DATA_DTYPE)
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/no_encoding.py:25
← previousnext →1,801–1,900 of 1,916, ranked by callers