MCPcopy Create free account

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

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

Method__call__
(self, X, y, logger, feat_type=None)
autosklearn/metalearning/metafeatures/metafeature.py:21
Method__call__
Returns ------- List[Tuple[int, float, float, float]]: A list with the performance history of this ensemble, of t
autosklearn/ensemble_building/manager.py:154
Method__call__
(self, *args, **kwargs)
autosklearn/pipeline/util.py:143
Method__call__
( self, scenario_dict, seed, ta, ta_kwargs, metalearning_confi
autosklearn/experimental/askl2.py:32
Method__call__
( self, scenario_dict, seed, ta, ta_kwargs, metalearning_confi
autosklearn/experimental/askl2.py:86
Method__call__
Parameters ---------- smbo: SMBO The SMAC SMBO object run_info: RunInfo Information about th
autosklearn/util/smac_wrap.py:16
Method__call__
(self, *args, **kwargs)
test/test_estimators/test_estimators.py:67
Method__call__
(self, *args, **kwargs)
test/test_evaluation/test_train_evaluator.py:1020
Method__call__
(self)
test/test_evaluation/test_train_evaluator.py:1079
Method__call__
( self, smbo: "SMBO", run_info: RunInfo, result: RunValue, time_left:
test/test_util/test_trials_callback.py:32
Method__call__
(self)
test/test_data/test_feature_validator.py:518
Method__contains__
(self, item)
autosklearn/metalearning/metafeatures/metafeatures.py:95
Method__contains__
(self, name: object)
autosklearn/util/stopwatch.py:78
Method__contains__
(self, name: str)
test/fixtures/caching.py:88
Method__del__
(self)
autosklearn/automl.py:2272
Method__del__
(self)
autosklearn/util/single_thread_client.py:30
Method__del__
(self)
autosklearn/util/single_thread_client.py:115
Method__del__
(self)
test/fixtures/automl.py:95
Method__delitem__
(self, key)
autosklearn/metalearning/metafeatures/metafeatures.py:92
Method__enter__
(self)
autosklearn/util/dask.py:54
Method__enter__
(self)
test/fixtures/caching.py:116
Method__eq__
(self, other: object)
autosklearn/ensemble_building/run.py:167
Method__exit__
(self, *args: Any, **kwargs: Any)
autosklearn/util/dask.py:57
Method__exit__
(self, *args, **kwargs)
test/fixtures/caching.py:128
Method__getitem__
(self, item)
autosklearn/metalearning/metafeatures/metafeatures.py:86
Method__getitem__
(self, item)
autosklearn/metalearning/metafeatures/metafeature.py:180
Method__getitem__
(self, name: str)
autosklearn/util/stopwatch.py:81
Method__getitem__
(cls, item: type)
autosklearn/util/data.py:171
Method__getstate__
(self)
autosklearn/estimators.py:492
Method__getstate__
(self)
autosklearn/automl.py:2265
Method__getstate__
(self)
autosklearn/ensembles/abstract_ensemble.py:26
Method__getstate__
Remove the cache when pickling.
autosklearn/ensemble_building/run.py:145
Method__getstate__
Method is called when pickle dumps an object. Returns ------- Dictionary, representing the object state to be pickle
autosklearn/util/logging_.py:89
Method__getstate__
Method is called when pickle dumps an object. Returns ------- Dictionary, representing the object state to be pickle
autosklearn/util/logging_.py:212
Method__hash__
(self)
autosklearn/ensemble_building/run.py:161
Method__init__
Parameters ---------- time_left_for_this_task : int, optional (default=3600) Time limit in seconds for the search
autosklearn/estimators.py:48
Method__init__
( self, config_space, dataset_name, backend, total_walltime_limit,
autosklearn/smbo.py:246
Method__init__
( self, time_left_for_this_task: int, per_run_time_limit: int, temporary_direc
autosklearn/automl.py:212
Method__init__
( self, name: str, score_func: Callable, optimum: float, worst_possibl
autosklearn/metrics/__init__.py:28
Method__init__
(self)
autosklearn/metalearning/metafeatures/metafeatures.py:25
Method__init__
(self)
autosklearn/metalearning/metafeatures/metafeatures.py:75
Method__init__
(self)
autosklearn/metalearning/metafeatures/metafeature.py:14
Method__init__
(self)
autosklearn/metalearning/metafeatures/metafeature.py:54
Method__init__
(self, name, type_, fold, repeat, value, time, comment="")
autosklearn/metalearning/metafeatures/metafeature.py:60
Method__init__
(self, dataset_name, metafeature_values)
autosklearn/metalearning/metafeatures/metafeature.py:99
Method__init__
(self, configuration, result, runtime)
autosklearn/metalearning/metalearning/meta_base.py:13
Method__init__
(self, name, features)
autosklearn/metalearning/metalearning/meta_base.py:27
Method__init__
Container for dataset metadata and experiment results. Constructor arguments: - The configuration space - aslib_directory: di
autosklearn/metalearning/metalearning/meta_base.py:33
Method__init__
(self, logger, metric="l1", random_state=None, metric_params=None)
autosklearn/metalearning/metalearning/kNearestDatasets/kND.py:9
Method__init__
( self, minimum_samples_per_cluster=2, n_init=10, significance=4, rest
autosklearn/metalearning/metalearning/clustering/gmeans.py:12
Method__init__
( self, dataset_name, configuration_space, meta_base, logger,
autosklearn/metalearning/optimizers/metalearn_optimizer/metalearner.py:15
Method__init__
(self, directory: str, cs: ConfigurationSpace)
autosklearn/metalearning/input/aslib_simple.py:12
Method__init__
(self, name: str)
autosklearn/data/abstract_data_manager.py:15
Method__init__
( self, is_classification: bool = False, logger: Optional[PickableLoggerAdapter] = Non
autosklearn/data/target_validator.py:43
Method__init__
( self, feat_type: Optional[List[str]] = None, is_classification: bool = False,
autosklearn/data/validation.py:78
Method__init__
( self, X: SUPPORTED_FEAT_TYPES, y: SUPPORTED_TARGET_TYPES, X_test: Optional[S
autosklearn/data/xy_data_manager.py:20
Method__init__
( self, feat_type: Optional[List[str]] = None, logger: Optional[PickableLoggerAdapter]
autosklearn/data/feature_validator.py:41
Method__init__
A dummy implementation of a multi-objective ensemble. Builds ensembles that are individual models on the Pareto front each. Paramete
autosklearn/ensembles/multiobjective_dummy_ensemble.py:25
Method__init__
An ensemble of selected algorithms Fitting an EnsembleSelection generates an ensemble from the the models generated during the search
autosklearn/ensembles/ensemble_selection.py:22
Method__init__
( self, task_type: int, metrics: Sequence[Scorer] | Scorer, backend: Backend,
autosklearn/ensembles/abstract_ensemble.py:17
Method__init__
( self, task_type: int, metrics: Sequence[Scorer] | Scorer, backend: Backend,
autosklearn/ensembles/singlebest_ensemble.py:36
Method__init__
( self, task_type: int, metrics: Sequence[Scorer] | Scorer, backend: Backend,
autosklearn/ensembles/singlebest_ensemble.py:200
Method__init__
( self, task_type: int, metrics: Sequence[Scorer] | Scorer, backend: Backend,
autosklearn/ensembles/singlebest_ensemble.py:364
Method__init__
Creates a Run from a path pointing to the directory of a run Parameters ---------- path: Path Expects something l
autosklearn/ensemble_building/run.py:31
Method__init__
Parameters ---------- backend: Backend backend to write and read files dataset_name: str nam
autosklearn/ensemble_building/builder.py:42
Method__init__
SMAC callback to handle ensemble building Parameters ---------- backend: Backend backend to write and read files
autosklearn/ensemble_building/manager.py:26
Method__init__
( self, config: Configuration, random_state: Optional[Union[int, np.random.RandomState
autosklearn/evaluation/abstract_evaluator.py:45
Method__init__
( self, backend: Backend, queue: multiprocessing.Queue, metrics: Sequence[Scor
autosklearn/evaluation/abstract_evaluator.py:194
Method__init__
( self, backend: Backend, autosklearn_seed: int, resampling_strategy: Union[
autosklearn/evaluation/__init__.py:142
Method__init__
( self, backend: Backend, queue: multiprocessing.Queue, metrics: Sequence[Scor
autosklearn/evaluation/test_evaluator.py:22
Method__init__
( self, backend: Backend, queue: multiprocessing.Queue, metrics: Sequence[Scor
autosklearn/evaluation/train_evaluator.py:179
Method__init__
( self, config: Optional[Configuration] = None, feat_type: Optional[FEAT_TYPE_TYPE] =
autosklearn/pipeline/classification.py:72
Method__init__
( self, config=None, feat_type: Optional[FEAT_TYPE_TYPE] = None, steps=None,
autosklearn/pipeline/base.py:36
Method__init__
(self, func)
autosklearn/pipeline/util.py:139
Method__init__
( self, config: Optional[Configuration] = None, feat_type: Optional[FEAT_TYPE_TYPE] =
autosklearn/pipeline/regression.py:69
Method__init__
(self, minimum_fraction=None)
autosklearn/pipeline/implementations/MinorityCoalescer.py:11
Method__init__
(self, random_state=None)
autosklearn/pipeline/implementations/CategoryShift.py:10
Method__init__
(self, base_class)
autosklearn/pipeline/components/base.py:41
Method__init__
(self)
autosklearn/pipeline/components/base.py:222
Method__init__
(self)
autosklearn/pipeline/components/base.py:275
Method__init__
(self)
autosklearn/pipeline/components/base.py:315
Method__init__
Parameters ---------- dataset_properties : dict Describes the dataset to work on, this can change the
autosklearn/pipeline/components/base.py:350
Method__init__
( self, criterion, max_features, max_depth_factor, min_samples_split,
autosklearn/pipeline/components/regression/decision_tree.py:20
Method__init__
( self, criterion, max_features, max_depth, min_samples_split,
autosklearn/pipeline/components/regression/random_forest.py:24
Method__init__
( self, kernel, C, epsilon, tol, shrinking, gamma=0.1,
autosklearn/pipeline/components/regression/libsvm_svr.py:22
Method__init__
(self, alpha, thetaL, thetaU, random_state=None)
autosklearn/pipeline/components/regression/gaussian_process.py:12
Method__init__
( self, loss, learning_rate, min_samples_leaf, max_depth, max_
autosklearn/pipeline/components/regression/gradient_boosting.py:27
Method__init__
( self, loss, penalty, alpha, fit_intercept, tol, lear
autosklearn/pipeline/components/regression/sgd.py:24
Method__init__
(self, n_neighbors, weights, p, random_state=None)
autosklearn/pipeline/components/regression/k_nearest_neighbors.py:15
Method__init__
( self, criterion, min_samples_leaf, min_samples_split, max_features,
autosklearn/pipeline/components/regression/extra_trees.py:24
Method__init__
( self, hidden_layer_depth, num_nodes_per_layer, activation, alpha,
autosklearn/pipeline/components/regression/mlp.py:24
Method__init__
( self, loss, epsilon, dual, tol, C, fit_intercept,
autosklearn/pipeline/components/regression/liblinear_svr.py:19
Method__init__
( self, n_iter, tol, alpha_1, alpha_2, lambda_1, lambd
autosklearn/pipeline/components/regression/ard_regression.py:16
Method__init__
(self, n_estimators, learning_rate, loss, max_depth, random_state=None)
autosklearn/pipeline/components/regression/adaboost.py:16
Method__init__
( self, criterion, max_features, max_depth_factor, min_samples_split,
autosklearn/pipeline/components/classification/decision_tree.py:23
Method__init__
(self, alpha, fit_prior, random_state=None, verbose=0)
autosklearn/pipeline/components/classification/bernoulli_nb.py:17
Method__init__
( self, criterion, max_features, max_depth, min_samples_split,
autosklearn/pipeline/components/classification/random_forest.py:27
Method__init__
( self, C, kernel, gamma, shrinking, tol, max_iter,
autosklearn/pipeline/components/classification/libsvm_svc.py:23
Method__init__
( self, loss, learning_rate, min_samples_leaf, max_depth, max_
autosklearn/pipeline/components/classification/gradient_boosting.py:26
Method__init__
( self, loss, penalty, alpha, fit_intercept, tol, lear
autosklearn/pipeline/components/classification/sgd.py:25
← previousnext →501–600 of 1,916, ranked by callers