MCPcopy Create free account

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

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

Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/regression/ard_regression.py:79
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/regression/adaboost.py:53
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/decision_tree.py:97
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/bernoulli_nb.py:55
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/random_forest.py:140
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/libsvm_svc.py:129
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/gradient_boosting.py:173
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/k_nearest_neighbors.py:48
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/gaussian_nb.py:46
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/lda.py:67
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/qda.py:63
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/extra_trees.py:147
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/mlp.py:194
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/liblinear_svc.py:95
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/adaboost.py:59
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/passive_aggressive.py:143
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/classification/multinomial_nb.py:67
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/densifier.py:27
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/no_preprocessing.py:25
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/select_rates_classification.py:100
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/kitchen_sinks.py:58
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/select_rates_regression.py:75
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/liblinear_svc_preprocessor.py:83
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/kernel_pca.py:73
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/extra_trees_preproc_for_classification.py:114
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/truncatedSVD.py:39
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/extra_trees_preproc_for_regression.py:116
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/nystroem_sampler.py:78
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/fast_ica.py:65
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/polynomial.py:45
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/select_percentile_classification.py:95
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/random_trees_embedding.py:85
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/select_percentile_regression.py:44
Methodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/feature_agglomeration.py:54
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/feature_type_numerical.py:63
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/feature_type_text.py:60
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/feature_type_categorical.py:70
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/rescaling/power_transformer.py:23
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/rescaling/minmax.py:22
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/rescaling/quantile_transformer.py:44
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/rescaling/normalize.py:24
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/rescaling/standardize.py:24
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/rescaling/robust_scaler.py:41
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/rescaling/none.py:22
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/imputation/numerical_imputation.py:39
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/imputation/categorical_imputation.py:68
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/no_coalescense.py:30
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/minority_coalescer.py:44
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/encoding.py:53
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/no_encoding.py:29
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/one_hot_encoding.py:39
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/variance_threshold/variance_threshold.py:33
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/balancing/balancing.py:117
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/text_feature_reduction/truncated_svd.py:58
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/category_shift/category_shift.py:40
Methodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/text_encoding/tfidf_encoding.py:123
Methodget_properties
(dataset_properties=None)
test/test_pipeline/test_classification.py:72
Methodget_properties
(dataset_properties=None)
test/test_pipeline/test_classification.py:97
Methodget_properties
(dataset_properties=None)
examples/80_extending/example_extending_data_preprocessor.py:40
Methodget_properties
(dataset_properties=None)
examples/80_extending/example_extending_preprocessor.py:67
Methodget_properties
(dataset_properties=None)
examples/80_extending/example_extending_regression.py:77
Methodget_properties
(dataset_properties=None)
examples/80_extending/example_extending_classification.py:90
Methodget_properties
(dataset_properties=None)
examples/80_extending/example_restrict_number_of_hyperparameters.py:74
Functionget_random_search_object_callback
Random search
examples/60_search/example_random_search.py:95
Functionget_roar_object_callback
Random online adaptive racing. http://ml.informatik.uni-freiburg.de/papers/11-LION5-SMAC.pdf
test/test_automl/test_fit.py:49
Functionget_roar_object_callback
Random online adaptive racing.
examples/60_search/example_random_search.py:40
Methodget_selected_model_identifiers
(self)
autosklearn/ensembles/ensemble_selection.py:384
Methodget_selected_model_identifiers
Return identifier of models in the ensemble. This includes models which have a weight of zero! Returns ------- list
autosklearn/ensembles/singlebest_ensemble.py:148
Functionget_smac_object
( scenario_dict, seed, ta, ta_kwargs, metalearning_configurations,
examples/60_search/example_successive_halving.py:32
Methodget_validation_performance
(self)
autosklearn/ensembles/ensemble_selection.py:394
Methodget_validation_performance
Return validation performance of ensemble. In case of multi-objective problem, only the first metric will be returned. Return
autosklearn/ensembles/singlebest_ensemble.py:159
Methodget_value
(self, key)
autosklearn/metalearning/metafeatures/metafeatures.py:98
Methodhas_ensemble
Returns ------- bool Whether this AutoML instance has an ensemble
autosklearn/automl.py:2234
Methodhas_key
(rv, key)
autosklearn/automl.py:2157
Methodhas_predictions
Parameters ---------- kind: "ensemble" | "test" = "ensemble" The kind of predictions to query for Return
autosklearn/ensemble_building/run.py:90
Methodinfo
(self)
autosklearn/data/abstract_data_manager.py:30
Functioninput_data_featuretest
(request)
test/test_data/test_feature_validator.py:15
Functioninput_data_imputation
(request)
test/test_pipeline/components/data_preprocessing/test_categorical_imputation.py:13
Functioninput_data_targettest
(request)
test/test_data/test_target_validator.py:16
Functionintersection
Does an intersection over all collection of items ..code:: python ans = intersection(["a", "b", "c"], "ab", ("b", "c")) items =
autosklearn/util/functional.py:11
MethodisEnabledFor
(self, level: int)
autosklearn/util/logging_.py:134
Methodis_AdaBoostClassifier_error
(err)
test/test_pipeline/components/classification/test_base.py:300
Methodis_QDA_error
(err)
test/test_pipeline/components/classification/test_base.py:295
Methodis_calculated
Return if a helper function has already been executed. Necessary as get_value() can return None if the helper function hasn't been ex
autosklearn/metalearning/metafeatures/metafeatures.py:104
Functionis_fixture
Whether a path is a fixture
test/conftest.py:117
Methodis_unset_param_raw_predictions_val_error
(err)
test/test_pipeline/components/classification/test_base.py:307
Methoditerative_fit
(self, X, y, n_iter=1, refit=False)
autosklearn/pipeline/components/regression/random_forest.py:59
Methoditerative_fit
(self, X, y, n_iter=1, **fit_params)
autosklearn/pipeline/components/regression/__init__.py:153
Methoditerative_fit
Set n_iter=2 for the same reason as for SGD
autosklearn/pipeline/components/regression/gradient_boosting.py:69
Methoditerative_fit
(self, X, y, n_iter=1, refit=False)
autosklearn/pipeline/components/regression/extra_trees.py:64
Methoditerative_fit
Set n_iter=2 for the same reason as for SGD
autosklearn/pipeline/components/regression/mlp.py:73
Methoditerative_fit
(self, X, y, sample_weight=None, n_iter=1, refit=False)
autosklearn/pipeline/components/classification/random_forest.py:64
Methoditerative_fit
(self, X, y, n_iter=1, **fit_params)
autosklearn/pipeline/components/classification/__init__.py:168
Methoditerative_fit
Set n_iter=2 for the same reason as for SGD
autosklearn/pipeline/components/classification/gradient_boosting.py:68
Methoditerative_fit
(self, X, y, n_iter=2, refit=False, sample_weight=None)
autosklearn/pipeline/components/classification/sgd.py:64
Methoditerative_fit
(self, X, y, sample_weight=None, n_iter=1, refit=False)
autosklearn/pipeline/components/classification/extra_trees.py:69
Methoditerative_fit
Set n_iter=2 for the same reason as for SGD
autosklearn/pipeline/components/classification/mlp.py:75
Methoditerative_fit
(self, X, y, n_iter=2, refit=False, sample_weight=None)
autosklearn/pipeline/components/classification/passive_aggressive.py:43
Functionmanipulate_config
(config)
autosklearn/metalearning/optimizers/metalearn_optimizer/metalearn_optimizer_parser.py:1
Methodmem_usage
The memory usage of this run based on it's directory
autosklearn/ensemble_building/run.py:60
← previousnext →1,101–1,200 of 1,916, ranked by callers