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
meta_train_data
(request)
test/test_metalearning/pyMetaLearn/test_meta_features.py:42
Function
meta_train_data_transformed
(request)
test/test_metalearning/pyMetaLearn/test_meta_features.py:94
Function
mock_logger
A mock logger with some mock defaults
test/fixtures/logging.py:7
Function
multilabel_to_multiclass
(array: Union[List, np.ndarray])
autosklearn/util/data.py:208
Function
multilabel_train_data
(request)
test/test_metalearning/pyMetaLearn/test_meta_features.py:22
Method
pareto_set
(self)
autosklearn/ensembles/multiobjective_dummy_ensemble.py:64
Method
pareto_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
Function
parse_hyperparameter_string
(param_string)
autosklearn/metalearning/optimizers/optimizer_base.py:44
Method
performance_over_time_
(self)
autosklearn/estimators.py:901
Method
performance_over_time_
(self)
autosklearn/automl.py:1826
Method
pre_transform
( self, X: np.ndarray, y: np.ndarray, fit_params: Optional[Dict[str, Any]] = N
autosklearn/evaluation/abstract_evaluator.py:68
Method
pre_transform
( self, X: np.ndarray, y: np.ndarray, fit_params: Optional[Dict[str, Any]] = N
autosklearn/evaluation/abstract_evaluator.py:132
Method
predict
Select the predictions of the selected model. Parameters ---------- base_models_predictions : np.ndarray shape =
autosklearn/ensembles/singlebest_ensemble.py:91
Method
predict
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
Method
predict
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
Method
predict
(self, X)
autosklearn/pipeline/components/base.py:475
Method
predict
(self, X)
autosklearn/pipeline/components/regression/decision_tree.py:81
Method
predict
(self, X)
autosklearn/pipeline/components/regression/random_forest.py:119
Method
predict
(self, X)
autosklearn/pipeline/components/regression/libsvm_svr.py:123
Method
predict
(self, X)
autosklearn/pipeline/components/regression/gaussian_process.py:50
Method
predict
(self, X)
autosklearn/pipeline/components/regression/gradient_boosting.py:151
Method
predict
(self, X)
autosklearn/pipeline/components/regression/sgd.py:168
Method
predict
(self, X)
autosklearn/pipeline/components/regression/k_nearest_neighbors.py:37
Method
predict
(self, X)
autosklearn/pipeline/components/regression/extra_trees.py:133
Method
predict
(self, X)
autosklearn/pipeline/components/regression/mlp.py:201
Method
predict
(self, X)
autosklearn/pipeline/components/regression/liblinear_svr.py:68
Method
predict
(self, X)
autosklearn/pipeline/components/regression/ard_regression.py:73
Method
predict
(self, X)
autosklearn/pipeline/components/regression/adaboost.py:47
Method
predict
(self, X)
autosklearn/pipeline/components/classification/decision_tree.py:84
Method
predict
(self, X)
autosklearn/pipeline/components/classification/bernoulli_nb.py:44
Method
predict
(self, X)
autosklearn/pipeline/components/classification/random_forest.py:127
Method
predict
(self, X)
autosklearn/pipeline/components/classification/libsvm_svc.py:117
Method
predict
(self, X)
autosklearn/pipeline/components/classification/gradient_boosting.py:162
Method
predict
(self, X)
autosklearn/pipeline/components/classification/sgd.py:144
Method
predict
(self, X)
autosklearn/pipeline/components/classification/k_nearest_neighbors.py:37
Method
predict
(self, X)
autosklearn/pipeline/components/classification/gaussian_nb.py:35
Method
predict
(self, X)
autosklearn/pipeline/components/classification/lda.py:54
Method
predict
(self, X)
autosklearn/pipeline/components/classification/qda.py:50
Method
predict
(self, X)
autosklearn/pipeline/components/classification/extra_trees.py:134
Method
predict
(self, X)
autosklearn/pipeline/components/classification/mlp.py:183
Method
predict
(self, X)
autosklearn/pipeline/components/classification/liblinear_svc.py:82
Method
predict
(self, X)
autosklearn/pipeline/components/classification/adaboost.py:48
Method
predict
(self, X)
autosklearn/pipeline/components/classification/passive_aggressive.py:130
Method
predict
(self, X)
examples/80_extending/example_restrict_number_of_hyperparameters.py:63
Function
predict_RAM_usage
(X: np.ndarray, categorical: List[bool])
autosklearn/util/data.py:238
Method
predict_proba
Predict probabilities. Parameters ---------- X : array-like, shape = (n_samples, n_features) Returns -------
autosklearn/pipeline/components/base.py:246
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/decision_tree.py:89
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/bernoulli_nb.py:49
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/random_forest.py:132
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/__init__.py:150
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/gradient_boosting.py:167
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/k_nearest_neighbors.py:42
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/gaussian_nb.py:40
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/lda.py:59
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/qda.py:55
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/extra_trees.py:139
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/mlp.py:188
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/liblinear_svc.py:87
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/adaboost.py:53
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/passive_aggressive.py:135
Method
predict_proba
(self, X)
autosklearn/pipeline/components/classification/multinomial_nb.py:61
Method
predict_proba
(self, X)
examples/80_extending/example_extending_classification.py:84
Method
predict_proba
(self, X)
examples/80_extending/example_restrict_number_of_hyperparameters.py:68
Method
previous_candidates_path
Path to the cached losses we store between runs
autosklearn/ensemble_building/builder.py:183
Function
pytest_addoption
Parameters ---------- parser : Parser The parser to add options to
test/conftest.py:213
Function
pytest_collection_modifyitems
Modifys the colelction of tests that are captured
test/conftest.py:188
Function
pytest_configure
Used to register marks
test/conftest.py:202
Function
pytest_runtest_setup
Run before each test
test/conftest.py:137
Function
pytest_sessionfinish
Clean up any child processes
test/conftest.py:168
Function
pytest_sessionstart
Called after the ``Session`` object has been created and before performing collection and entering the run test loop. Parameters --------
test/conftest.py:144
Method
refit
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
Method
reset
Delete this caches items
test/fixtures/caching.py:111
Method
run_over_time
()
test/test_evaluation/test_evaluation.py:74
Function
safe_eval_success_mock
(*args, **kwargs)
test/test_evaluation/test_evaluation.py:29
Method
score
(self, X, y)
autosklearn/estimators.py:803
Function
send_warnings_to_log
( message: Union[Warning, str], category: Type[Warning], filename: str, lineno
autosklearn/evaluation/abstract_evaluator.py:175
Method
send_warnings_to_log
( message: Union[Warning, str], category: Type[Warning], filename: str,
autosklearn/evaluation/abstract_evaluator.py:549
Method
setUp
(self)
test/test_pipeline/components/data_preprocessing/test_one_hot_encoding.py:23
Method
setUp
(self)
test/test_metalearning/test_metalearning.py:23
Method
setUp
(self)
test/test_metalearning/pyMetaLearn/test_metalearner.py:20
Method
setUp
(self)
test/test_metalearning/pyMetaLearn/test_meta_base.py:15
Method
setUp
(self)
test/test_metalearning/pyMetaLearn/test_optimizer_base.py:11
Method
setUp
(self)
test/test_metalearning/pyMetaLearn/metalearning/test_kND.py:15
Method
setUp
Creates a backend mock
test/test_evaluation/test_train_evaluator.py:98
Method
setUp
(self)
test/test_evaluation/test_train_evaluator.py:2848
Method
setUp
(self)
test/test_evaluation/test_evaluation.py:35
Method
setUp
(self)
test/test_evaluation/test_test_evaluator.py:101
Method
setUp
Creates a backend mock
test/test_evaluation/test_abstract_evaluator.py:28
Method
setUp
(self)
test/test_util/test_backend.py:15
Method
setUp
(self)
test/test_scripts/test_metadata_generation.py:29
Method
set_hyperparameters
( self, configuration, feat_type: Optional[FEAT_TYPE_TYPE] = None, init_params
autosklearn/pipeline/components/base.py:142
Method
set_hyperparameters
( self, configuration, feat_type: Optional[FEAT_TYPE_TYPE] = None, init_params
autosklearn/pipeline/components/base.py:430
Method
set_hyperparameters
( self, configuration: ConfigurationSpace, feat_type: Optional[FEAT_TYPE_TYPE] = None,
autosklearn/pipeline/components/data_preprocessing/__init__.py:154
Method
set_hyperparameters
( self, configuration: Configuration, init_params: Optional[Dict[str, Any]] = None,
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/__init__.py:90
Method
set_hyperparameters
( self, feat_type: FEAT_TYPE_TYPE, configuration: Configuration, init_params:
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/__init__.py:90
Method
set_hyperparameters
( self, configuration: Configuration, feat_type: Optional[FEAT_TYPE_TYPE] = None,
autosklearn/pipeline/components/data_preprocessing/text_encoding/__init__.py:94
Method
set_value
(self, key, item)
autosklearn/metalearning/metafeatures/metafeatures.py:101
Method
show_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
Method
side_effect
(self, *args, **kwargs)
test/test_evaluation/test_train_evaluator.py:85
Method
side_effect
(self, *args, **kwargs)
test/test_evaluation/test_train_evaluator.py:270
← previous
next →
1,201–1,300 of 1,916, ranked by callers