MCPcopy Create free account

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

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

↓ 127 callersMethodsplit
(self, X, y=None, groups=None)
autosklearn/evaluation/splitter.py:162
↓ 100 callersMethoditems
Get any paths associated to items in this dir
test/fixtures/caching.py:84
↓ 97 callersMethodkeys
(self)
autosklearn/metalearning/metafeatures/metafeature.py:177
↓ 90 callersMethodget_hyperparameter_search_space
(feat_type=None, dataset_properties=None)
test/test_pipeline/test_classification.py:65
↓ 86 callersFunctionmake_run
(tmp_path: Path)
test/fixtures/ensemble_building.py:26
↓ 78 callersMethodget_splitter
( self, D: AbstractDataManager )
autosklearn/evaluation/train_evaluator.py:999
↓ 70 callersFunctionget_dataset
( dataset="iris", make_sparse=False, add_NaNs=False, train_size_maximum=150, make_multilab
autosklearn/pipeline/util.py:46
↓ 62 callersMethoddebug
(self, msg: str, *args: Any, **kwargs: Any)
autosklearn/util/logging_.py:113
↓ 62 callersMethodinfo
(self, msg: str, *args: Any, **kwargs: Any)
autosklearn/util/logging_.py:116
↓ 60 callersMethodfit
(self, X, y)
test/test_pipeline/test_classification.py:111
↓ 50 callersMethodfit_transform
(self, X, y=None)
autosklearn/pipeline/implementations/MinorityCoalescer.py:78
↓ 40 callersFunctionselect
Select into some data by indices
autosklearn/evaluation/train_evaluator.py:73
↓ 40 callersMethodtime
Start timing a task Parameters ---------- name : str The name of the task to measure
autosklearn/util/stopwatch.py:201
↓ 37 callersMethodpredict
(self, X)
examples/80_extending/example_extending_classification.py:79
↓ 36 callersMethodfit
(self, X, y=None)
examples/80_extending/example_extending_preprocessor.py:44
↓ 34 callersFunctioncheck_for_bool
(p: str)
autosklearn/util/common.py:55
↓ 33 callersMethodget_value
(self, key)
autosklearn/metalearning/metafeatures/metafeatures.py:55
↓ 33 callersMethodpredict
Shout a warning during prediction
test/test_automl/test_model_predict.py:25
↓ 33 callersMethodtransform
Transform the given target or features to a numpy array Parameters ---------- X: SUPPORTED_FEAT_TYPES
autosklearn/data/validation.py:175
↓ 33 callersMethodwarning
(self, msg: str, *args: Any, **kwargs: Any)
autosklearn/util/logging_.py:119
↓ 31 callersFunctioncheck_none
(p: str)
autosklearn/util/common.py:49
↓ 31 callersMethodset_value
(self, key, item)
autosklearn/metalearning/metafeatures/metafeatures.py:58
↓ 30 callersFunctionignore_warnings
A context manager to ignore warnings >>> with ignore_warnings(classifier_warnings): >>> ... Parameters ---------- to_ignore:
test/test_pipeline/ignored_warnings.py:111
↓ 29 callersFunction_test_preprocessing
( Preprocessor, dataset="iris", make_sparse=False, train_size_maximum=150 )
autosklearn/pipeline/util.py:205
↓ 25 callersMethodfit
Validates and fit a categorical encoder (if needed) to the targets The supported data types are List, numpy arrays and pandas DataFra
autosklearn/data/target_validator.py:69
↓ 25 callersFunctionmake_scorer
Make a scorer from a performance metric or loss function. Factory inspired by scikit-learn which wraps scikit-learn scoring functions to be u
autosklearn/metrics/__init__.py:242
↓ 24 callersFunctionread_queue
( queue_: multiprocessing.Queue, )
autosklearn/evaluation/util.py:9
↓ 23 callersMethodshow_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/automl.py:2075
↓ 22 callersMethodfit
Fit *auto-sklearn* to given training set (X, y). Fit both optimizes the machine learning models and builds an ensemble out of them.
autosklearn/estimators.py:1387
↓ 21 callersMethodleaderboard
Returns a pandas table of results for all evaluated models. Gives an overview of all models trained during the search process along w
autosklearn/estimators.py:934
↓ 20 callersMethodload
Load an item from the cache with a given name
test/fixtures/caching.py:95
↓ 19 callersMethoddump
(self, path_or_filehandle)
autosklearn/metalearning/metafeatures/metafeature.py:125
↓ 18 callersMethodget_hyperparameter_search_space
Return the configuration space for the CASH problem. Returns ------- cs : ConfigSpace.configuration_space.Configuration
autosklearn/pipeline/base.py:264
↓ 17 callersFunctioncalculate_scores
Returns the scores (a magnitude that allows casting the optimization problem as a maximization one) for the given Auto-Sklearn Scorer obj
autosklearn/metrics/__init__.py:466
↓ 16 callersMethodget_max_iter
(self)
autosklearn/pipeline/base.py:152
↓ 16 callersMethodsprint_statistics
(self)
autosklearn/automl.py:2013
↓ 15 callersMethodfit
Validates input data to Auto-Sklearn. The supported data types are List, numpy arrays and pandas DataFrames. CSR sparse data
autosklearn/data/feature_validator.py:75
↓ 15 callersFunctionget_binary_classification_datamanager
()
test/test_evaluation/evaluation_util.py:203
↓ 15 callersFunctionprint_debug_information
(automl)
test/test_automl/automl_utils.py:18
↓ 15 callersMethodset_hyperparameters
( self, configuration, feat_type: Optional[FEAT_TYPE_TYPE] = None, init_params
autosklearn/pipeline/base.py:212
↓ 14 callersMethod_test_preprocessing_dtype
(self)
test/test_pipeline/components/feature_preprocessing/test_nystroem_sampler.py:42
↓ 14 callersMethoderror
(self, msg: str, *args: Any, **kwargs: Any)
autosklearn/util/logging_.py:122
↓ 14 callersFunctionget_cost_of_crash
Return the cost of crash. Return value can be either a list (multi-objective optimization) or a raw float (single objective) because SMAC ass
autosklearn/evaluation/__init__.py:101
↓ 14 callersFunctionmake_sklearn_dataset
Parameters ---------- name : str = "iris" Name of the dataset to get make_sparse : bool = False Wehther to make the
test/fixtures/datasets.py:41
↓ 13 callersFunctioncalculate_losses
Returns the losses (a magnitude that allows casting the optimization problem as a minimization one) for the given Auto-Sklearn Scorer obj
autosklearn/metrics/__init__.py:601
↓ 13 callersMethodfit_predict_and_loss
Fit, predict and compute the loss for cross-validation and holdout (both iterative and non-iterative)
autosklearn/evaluation/train_evaluator.py:252
↓ 13 callersMethodpath
Path to an item for this cache
test/fixtures/caching.py:91
↓ 13 callersMethodpredict_proba
predict_proba. Parameters ---------- X : array-like, shape = (n_samples, n_features) batch_size: int or None, defaul
autosklearn/pipeline/classification.py:127
↓ 13 callersMethodrun_wrapper
wrapper function for ExecuteTARun.run_wrapper() to cap the target algorithm runtime if it would run over the total allowed runtime.
autosklearn/evaluation/__init__.py:247
↓ 12 callersFunctioneval_holdout
( queue: multiprocessing.Queue, config: Union[int, Configuration], backend: Backend, resamplin
autosklearn/evaluation/train_evaluator.py:1167
↓ 12 callersMethodfit
(self, X)
autosklearn/metalearning/metalearning/clustering/gmeans.py:26
↓ 12 callersMethodfit_ensemble
( self, y: SUPPORTED_TARGET_TYPES, task: Optional[int] = None, precision: Lite
autosklearn/automl.py:1495
↓ 12 callersMethodtransform
Validates and fit a categorical encoder (if needed) to the features. The supported data types are List, numpy arrays and pandas DataF
autosklearn/data/target_validator.py:227
↓ 11 callersMethod_loss
Auto-sklearn follows a minimization goal. The calculate_loss internally translate a score function to a minimization problem.
autosklearn/evaluation/abstract_evaluator.py:338
↓ 11 callersMethodmain
Run the main loop of ensemble building The process is: * Load all available runs + previous candidates (if any) * Update the
autosklearn/ensemble_building/builder.py:386
↓ 11 callersFunctionmake_backend
Make a backend Parameters ---------- path: Union[str, Path] The path to place the backend at template: Optional[Path] = None
test/fixtures/backend.py:81
↓ 11 callersMethodpredict
Predict the classes using the selected model. Parameters ---------- X : array-like, shape = (n_samples, n_features)
autosklearn/pipeline/base.py:164
↓ 11 callersMethodrefit
Refit the models to a new given set of data Parameters ---------- X : SUPPORTED_FEAT_TYPES The data to dit to
autosklearn/automl.py:1151
↓ 11 callersMethodrun
Run the ensemble building process Parameters ---------- iteration : int What iteration to associate with this run
autosklearn/ensemble_building/builder.py:259
↓ 11 callersMethodtargets
The ensemble targets used for training the ensemble It will attempt to load and cache them in memory but return None if it can't.
autosklearn/ensemble_building/builder.py:213
↓ 11 callersFunctionvalidate_dataset_compression_arg
Validates and return a correct dataset_compression argument The returned value can be safely used with `reduce_dataset_size_if_too_large`. P
autosklearn/util/data.py:37
↓ 10 callersMethod_get_base_search_space
( self, cs, dataset_properties, include, exclude, pipeline,
autosklearn/pipeline/base.py:333
↓ 10 callersFunctionastype
Convert data to allowed types
test/fixtures/datasets.py:28
↓ 10 callersMethoddumps
(self)
autosklearn/metalearning/metafeatures/metafeature.py:122
↓ 10 callersMethodfit
Fit *Auto-sklearn* to given training set (X, y). Fit both optimizes the machine learning models and builds an ensemble out of them.
autosklearn/estimators.py:1521
↓ 10 callersFunctionget_named_client_logger
( name: str, host: str = "localhost", port: int = logging.handlers.DEFAULT_TCP_LOGGING_PORT, )
autosklearn/util/logging_.py:138
↓ 10 callersMethodget_properties
(dataset_properties=None)
test/test_pipeline/test_classification.py:50
↓ 10 callersMethodpred_path
Get the path to certain predictions
autosklearn/ensemble_building/run.py:77
↓ 10 callersMethodsave
Dump an item to cache with a name
test/fixtures/caching.py:103
↓ 9 callersMethod_get_model
(self, feat_type: Optional[FEAT_TYPE_TYPE])
autosklearn/evaluation/abstract_evaluator.py:305
↓ 9 callersMethodadd_component
(self, obj)
autosklearn/pipeline/components/base.py:45
↓ 9 callersMethodcandidate_selection
Get a list of candidates from `runs`, garuanteeing at least one Applies a set of reductions in order of parameters to reach a set of final
autosklearn/ensemble_building/builder.py:676
↓ 9 callersFunctioncopy_backend
Transfers a backend to a new path Parameters ---------- old_backend: Backend | Path | str The backend to transfer from new_p
test/fixtures/backend.py:18
↓ 9 callersMethodestimator_supports_iterative_fit
(self)
autosklearn/evaluation/abstract_evaluator.py:162
↓ 9 callersFunctionfind_components
(package, directory, base_class)
autosklearn/pipeline/components/base.py:17
↓ 9 callersMethodfit
Fit the selected algorithm to the training data. Parameters ---------- X : array-like or sparse, shape = (n_samples, n_featur
autosklearn/pipeline/base.py:98
↓ 9 callersMethodget_available_components
( self, dataset_properties=None, include=None, exclude=None )
autosklearn/pipeline/components/base.py:389
↓ 9 callersMethodget_hyperparameter_search_space
( self, feat_type: Optional[FEAT_TYPE_TYPE] = None, dataset_properties: Optional[DATAS
autosklearn/pipeline/components/data_preprocessing/feature_type.py:297
↓ 9 callersMethodlog
(self, level: int, msg: str, *args: Any, **kwargs: Any)
autosklearn/util/logging_.py:131
↓ 9 callersFunctionmake_automl
See `_create_automl`
test/fixtures/automl.py:71
↓ 9 callersFunctionperformance_over_time_is_plausible
(poT)
test/test_automl/automl_utils.py:99
↓ 9 callersFunctionsoftmax
(df)
autosklearn/pipeline/implementations/util.py:4
↓ 9 callersFunctionsubsample_indices
( train_indices: List[int], subsample: Optional[float], task_type: int, Y_train: SUPPORTED_TAR
autosklearn/evaluation/train_evaluator.py:78
↓ 8 callersMethodclose
Should close up any resources needed for the dask client
autosklearn/util/dask.py:50
↓ 8 callersFunctioncount_succeses
(cv_results)
test/test_automl/automl_utils.py:65
↓ 8 callersFunctiondtype
(obj)
test/test_util/test_data.py:350
↓ 8 callersMethodfile_output
( self, Y_optimization_pred: np.ndarray, Y_test_pred: np.ndarray, )
autosklearn/evaluation/abstract_evaluator.py:452
↓ 8 callersMethodfinish_up
Do everything necessary after the fitting is done: * predicting * saving the files for the ensembles_statistics * generate ou
autosklearn/evaluation/abstract_evaluator.py:363
↓ 8 callersMethodget_configuration_space
Returns the Configuration Space object, from which Auto-Sklearn will sample configurations and build pipelines. Parameters
autosklearn/estimators.py:1336
↓ 8 callersMethodget_metafeatures
(self, dataset_name=None, features=None)
autosklearn/metalearning/metalearning/meta_base.py:105
↓ 8 callersMethodget_selected_model_identifiers
Return identifiers of models in the ensemble. This includes models which have a weight of zero! Returns ------- list
autosklearn/ensembles/abstract_ensemble.py:132
↓ 8 callersMethoditerative_fit
(self, X, y, n_iter=1, **fit_params)
autosklearn/pipeline/base.py:146
↓ 8 callersFunctionmake_cache
Gives the access to a cache.
test/fixtures/caching.py:134
↓ 8 callersMethodpredictions
Load the predictions for this run Parameters ---------- kind : "ensemble" | "test" The kind of predictions to loa
autosklearn/ensemble_building/run.py:104
↓ 8 callersFunctionreduce_dataset_size_if_too_large
f"""Reduces the size of the dataset if it's too close to the memory limit. Follows the order of the operations passed in and retains the type of
autosklearn/util/data.py:358
↓ 8 callersMethodstart
Start a given task with a name
autosklearn/util/stopwatch.py:90
↓ 8 callersMethodtransform
Validates and fit a categorical encoder (if needed) to the features. The supported data types are List, numpy arrays and pandas DataF
autosklearn/data/feature_validator.py:157
↓ 7 callersMethodavailable_runs
Get a dictionary of all available runs on the filesystem Returns ------- dict[RunID, Run] A dictionary from RunId
autosklearn/ensemble_building/builder.py:201
↓ 7 callersFunctionconvert_if_sparse
If the labels `y` are sparse, it will convert it to its dense representation Parameters ---------- y: {array-like, sparse matrix} of shap
autosklearn/data/validation.py:17
↓ 7 callersMethodfit
(self, X, Y)
autosklearn/pipeline/components/classification/lda.py:24
next →1–100 of 1,916, ranked by callers