MCPcopy Create free account

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

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

Functionmeta_train_data
(request)
test/test_metalearning/pyMetaLearn/test_meta_features.py:42
Functionmeta_train_data_transformed
(request)
test/test_metalearning/pyMetaLearn/test_meta_features.py:94
Functionmock_logger
A mock logger with some mock defaults
test/fixtures/logging.py:7
Functionmultilabel_to_multiclass
(array: Union[List, np.ndarray])
autosklearn/util/data.py:208
Functionmultilabel_train_data
(request)
test/test_metalearning/pyMetaLearn/test_meta_features.py:22
Methodpareto_set
(self)
autosklearn/ensembles/multiobjective_dummy_ensemble.py:64
Methodpareto_set
Get a sequence on ensembles that are on the pareto front Raises ------ SklearnNotFittedError If ``fit`` has not b
autosklearn/ensembles/abstract_ensemble.py:155
Functionparse_hyperparameter_string
(param_string)
autosklearn/metalearning/optimizers/optimizer_base.py:44
Methodperformance_over_time_
(self)
autosklearn/estimators.py:901
Methodperformance_over_time_
(self)
autosklearn/automl.py:1826
Methodpre_transform
( self, X: np.ndarray, y: np.ndarray, fit_params: Optional[Dict[str, Any]] = N
autosklearn/evaluation/abstract_evaluator.py:68
Methodpre_transform
( self, X: np.ndarray, y: np.ndarray, fit_params: Optional[Dict[str, Any]] = N
autosklearn/evaluation/abstract_evaluator.py:132
Methodpredict
Select the predictions of the selected model. Parameters ---------- base_models_predictions : np.ndarray shape =
autosklearn/ensembles/singlebest_ensemble.py:91
Methodpredict
The predict function calls the predict function of the underlying scikit-learn model and returns an array with the predictions. Param
autosklearn/pipeline/components/base.py:226
Methodpredict
The predict function calls the predict function of the underlying scikit-learn model and returns an array with the predictions. Param
autosklearn/pipeline/components/base.py:319
Methodpredict
(self, X)
autosklearn/pipeline/components/base.py:475
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/decision_tree.py:81
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/random_forest.py:119
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/libsvm_svr.py:123
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/gaussian_process.py:50
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/gradient_boosting.py:151
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/sgd.py:168
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/k_nearest_neighbors.py:37
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/extra_trees.py:133
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/mlp.py:201
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/liblinear_svr.py:68
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/ard_regression.py:73
Methodpredict
(self, X)
autosklearn/pipeline/components/regression/adaboost.py:47
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/decision_tree.py:84
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/bernoulli_nb.py:44
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/random_forest.py:127
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/libsvm_svc.py:117
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/gradient_boosting.py:162
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/sgd.py:144
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/k_nearest_neighbors.py:37
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/gaussian_nb.py:35
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/lda.py:54
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/qda.py:50
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/extra_trees.py:134
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/mlp.py:183
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/liblinear_svc.py:82
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/adaboost.py:48
Methodpredict
(self, X)
autosklearn/pipeline/components/classification/passive_aggressive.py:130
Methodpredict
(self, X)
examples/80_extending/example_restrict_number_of_hyperparameters.py:63
Functionpredict_RAM_usage
(X: np.ndarray, categorical: List[bool])
autosklearn/util/data.py:238
Methodpredict_proba
Predict probabilities. Parameters ---------- X : array-like, shape = (n_samples, n_features) Returns -------
autosklearn/pipeline/components/base.py:246
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/decision_tree.py:89
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/bernoulli_nb.py:49
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/random_forest.py:132
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/__init__.py:150
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/gradient_boosting.py:167
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/k_nearest_neighbors.py:42
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/gaussian_nb.py:40
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/lda.py:59
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/qda.py:55
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/extra_trees.py:139
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/mlp.py:188
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/liblinear_svc.py:87
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/adaboost.py:53
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/passive_aggressive.py:135
Methodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/multinomial_nb.py:61
Methodpredict_proba
(self, X)
examples/80_extending/example_extending_classification.py:84
Methodpredict_proba
(self, X)
examples/80_extending/example_restrict_number_of_hyperparameters.py:68
Methodprevious_candidates_path
Path to the cached losses we store between runs
autosklearn/ensemble_building/builder.py:183
Functionpytest_addoption
Parameters ---------- parser : Parser The parser to add options to
test/conftest.py:213
Functionpytest_collection_modifyitems
Modifys the colelction of tests that are captured
test/conftest.py:188
Functionpytest_configure
Used to register marks
test/conftest.py:202
Functionpytest_runtest_setup
Run before each test
test/conftest.py:137
Functionpytest_sessionfinish
Clean up any child processes
test/conftest.py:168
Functionpytest_sessionstart
Called after the ``Session`` object has been created and before performing collection and entering the run test loop. Parameters --------
test/conftest.py:144
Methodrefit
Refit all models found with fit to new data. Necessary when using cross-validation. During training, auto-sklearn fits each model k t
autosklearn/estimators.py:769
Methodreset
Delete this caches items
test/fixtures/caching.py:111
Methodrun_over_time
()
test/test_evaluation/test_evaluation.py:74
Functionsafe_eval_success_mock
(*args, **kwargs)
test/test_evaluation/test_evaluation.py:29
Methodscore
(self, X, y)
autosklearn/estimators.py:803
Functionsend_warnings_to_log
( message: Union[Warning, str], category: Type[Warning], filename: str, lineno
autosklearn/evaluation/abstract_evaluator.py:175
Methodsend_warnings_to_log
( message: Union[Warning, str], category: Type[Warning], filename: str,
autosklearn/evaluation/abstract_evaluator.py:549
MethodsetUp
(self)
test/test_pipeline/components/data_preprocessing/test_one_hot_encoding.py:23
MethodsetUp
(self)
test/test_metalearning/test_metalearning.py:23
MethodsetUp
(self)
test/test_metalearning/pyMetaLearn/test_metalearner.py:20
MethodsetUp
(self)
test/test_metalearning/pyMetaLearn/test_meta_base.py:15
MethodsetUp
(self)
test/test_metalearning/pyMetaLearn/test_optimizer_base.py:11
MethodsetUp
(self)
test/test_metalearning/pyMetaLearn/metalearning/test_kND.py:15
MethodsetUp
Creates a backend mock
test/test_evaluation/test_train_evaluator.py:98
MethodsetUp
(self)
test/test_evaluation/test_train_evaluator.py:2848
MethodsetUp
(self)
test/test_evaluation/test_evaluation.py:35
MethodsetUp
(self)
test/test_evaluation/test_test_evaluator.py:101
MethodsetUp
Creates a backend mock
test/test_evaluation/test_abstract_evaluator.py:28
MethodsetUp
(self)
test/test_util/test_backend.py:15
MethodsetUp
(self)
test/test_scripts/test_metadata_generation.py:29
Methodset_hyperparameters
( self, configuration, feat_type: Optional[FEAT_TYPE_TYPE] = None, init_params
autosklearn/pipeline/components/base.py:142
Methodset_hyperparameters
( self, configuration, feat_type: Optional[FEAT_TYPE_TYPE] = None, init_params
autosklearn/pipeline/components/base.py:430
Methodset_hyperparameters
( self, configuration: ConfigurationSpace, feat_type: Optional[FEAT_TYPE_TYPE] = None,
autosklearn/pipeline/components/data_preprocessing/__init__.py:154
Methodset_hyperparameters
( self, configuration: Configuration, init_params: Optional[Dict[str, Any]] = None,
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/__init__.py:90
Methodset_hyperparameters
( self, feat_type: FEAT_TYPE_TYPE, configuration: Configuration, init_params:
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/__init__.py:90
Methodset_hyperparameters
( self, configuration: Configuration, feat_type: Optional[FEAT_TYPE_TYPE] = None,
autosklearn/pipeline/components/data_preprocessing/text_encoding/__init__.py:94
Methodset_value
(self, key, item)
autosklearn/metalearning/metafeatures/metafeatures.py:101
Methodshow_models
Returns a dictionary containing dictionaries of ensemble models. Each model in the ensemble can be accessed by giving its ``model_id`` as key
autosklearn/estimators.py:806
Methodside_effect
(self, *args, **kwargs)
test/test_evaluation/test_train_evaluator.py:85
Methodside_effect
(self, *args, **kwargs)
test/test_evaluation/test_train_evaluator.py:270
← previousnext →1,201–1,300 of 1,916, ranked by callers