MCPcopy Create free account

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

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

↓ 1 callersMethodfit
(self, X, y)
examples/80_extending/example_extending_regression.py:53
↓ 1 callersMethodfit
(self, X, y)
examples/80_extending/example_extending_classification.py:58
↓ 1 callersMethodfit
(self, X, y)
examples/80_extending/example_restrict_number_of_hyperparameters.py:45
↓ 1 callersMethodfit_ensemble
Fit an ensemble from the provided runs. Note ---- Expects all runs to have the "ensemble" predictions present Parame
autosklearn/ensemble_building/builder.py:835
↓ 1 callersMethodfit_pairwise_model
(self, X, y, weights, rng, configuration)
autosklearn/experimental/selector.py:312
↓ 1 callersMethodfit_predict
(self, X)
autosklearn/metalearning/metalearning/clustering/gmeans.py:101
↓ 1 callersFunctionfixture_modules
Get all fixture modules
test/conftest.py:129
↓ 1 callersMethodget_algorithm_index_from_configuration
(self, configuration)
autosklearn/metalearning/metalearning/meta_base.py:132
↓ 1 callersMethodget_all_dataset_names
(self)
autosklearn/metalearning/metalearning/meta_base.py:139
↓ 1 callersMethodget_all_runs
Return a dictionary with a list of all runs
autosklearn/metalearning/metalearning/meta_base.py:99
↓ 1 callersMethodget_available_components
( cls, dataset_properties=None, include=None, exclude=None )
autosklearn/pipeline/components/regression/__init__.py:40
↓ 1 callersMethodget_available_components
( cls, dataset_properties=None, include=None, exclude=None )
autosklearn/pipeline/components/classification/__init__.py:41
↓ 1 callersMethodget_available_components
( self, dataset_properties=None, include=None, exclude=None )
autosklearn/pipeline/components/feature_preprocessing/__init__.py:39
↓ 1 callersMethodget_components
(cls)
autosklearn/pipeline/components/regression/__init__.py:33
↓ 1 callersMethodget_components
(cls)
autosklearn/pipeline/components/classification/__init__.py:35
↓ 1 callersMethodget_components
(cls)
autosklearn/pipeline/components/feature_preprocessing/__init__.py:33
↓ 1 callersMethodget_components
(cls: BaseEstimator)
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/__init__.py:34
↓ 1 callersMethodget_components
(cls: BaseEstimator)
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/__init__.py:34
↓ 1 callersMethodget_components
(cls: BaseEstimator)
autosklearn/pipeline/components/data_preprocessing/text_encoding/__init__.py:35
↓ 1 callersFunctionget_dict
(task_type="classifier", **kwargs)
misc/create_hyperparameter_table.py:58
↓ 1 callersMethodget_hyperparameter_search_space
( feat_type: Optional[FEAT_TYPE_TYPE] = None, dataset_properties=None )
examples/80_extending/example_extending_preprocessor.py:82
↓ 1 callersMethodget_hyperparameter_search_space
( feat_type: Optional[FEAT_TYPE_TYPE] = None, dataset_properties=None )
examples/80_extending/example_extending_regression.py:92
↓ 1 callersMethodget_hyperparameter_search_space
( feat_type: Optional[FEAT_TYPE_TYPE] = None, dataset_properties=None )
examples/80_extending/example_extending_classification.py:106
↓ 1 callersMethodget_hyperparameter_search_space
( feat_type: Optional[FEAT_TYPE_TYPE] = None, dataset_properties=None )
examples/80_extending/example_restrict_number_of_hyperparameters.py:89
↓ 1 callersMethodget_identifiers_from_run_history
Parses the run history, to identify the best performing model Populates the identifiers attribute, which is used by the backend to access
autosklearn/ensembles/singlebest_ensemble.py:388
↓ 1 callersMethodget_identifiers_with_weights
Return a (identifier, weight)-pairs for all models that were passed to the ensemble builder based on the ensemble that is best for the 1st met
autosklearn/ensembles/multiobjective_dummy_ensemble.py:184
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/regression/random_forest.py:53
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/regression/gradient_boosting.py:63
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/regression/sgd.py:57
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/regression/extra_trees.py:58
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/regression/mlp.py:67
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/classification/random_forest.py:58
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/classification/gradient_boosting.py:62
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/classification/sgd.py:58
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/classification/extra_trees.py:63
↓ 1 callersMethodget_max_iter
()
autosklearn/pipeline/components/classification/mlp.py:69
↓ 1 callersFunctionget_metric_result
(cv_results)
examples/40_advanced/example_calc_multiple_metrics.py:26
↓ 1 callersMethodget_models_with_weights
Return a list of (weight, model) pairs for the ensemble that is best for the 1st metric. Parameters ---------- models
autosklearn/ensembles/multiobjective_dummy_ensemble.py:166
↓ 1 callersMethodget_pareto_set
(self)
autosklearn/estimators.py:1380
↓ 1 callersFunctionget_random_metric
(random_state=1)
autosklearn/metalearning/metalearning/metrics/misc.py:4
↓ 1 callersFunctionget_regression_datamanager
()
test/test_evaluation/evaluation_util.py:234
↓ 1 callersMethodget_selected_model_identifiers
Return identifiers of models in the ensemble that is best for the 1st metric. This includes models which have a weight of zero! Retu
autosklearn/ensembles/multiobjective_dummy_ensemble.py:202
↓ 1 callersFunctionget_task_ids
(dataset_ids)
scripts/2015_nips_paper/setup/get_tasks.py:151
↓ 1 callersMethodget_validation_performance
Validation performance of the ensemble that is best for the 1st metric. Returns ------- float
autosklearn/ensembles/multiobjective_dummy_ensemble.py:213
↓ 1 callersMethodhandle
Handle multiple requests - each expected to be a 4-byte length, followed by the LogRecord in pickle format. Logs the record a
autosklearn/util/logging_.py:254
↓ 1 callersMethodhandleLogRecord
(self, record: logging.LogRecord)
autosklearn/util/logging_.py:275
↓ 1 callersFunctioninclude_single_scores
(scores)
test/test_automl/automl_utils.py:85
↓ 1 callersFunctionincludes_all_scores
(scores)
test/test_automl/automl_utils.py:74
↓ 1 callersMethodinverse_transform
(self, y)
autosklearn/automl.py:1739
↓ 1 callersMethoditerative_fit
(self, X, y, n_iter=1, **fit_params)
autosklearn/pipeline/regression.py:101
↓ 1 callersFunctionload_task
Function used for loading data.
scripts/2015_nips_paper/run/run_auto_sklearn.py:14
↓ 1 callersFunctionmain
()
misc/create_hyperparameter_table.py:193
↓ 1 callersFunctionmain
()
scripts/02_retrieve_metadata.py:198
↓ 1 callersFunctionmain
()
scripts/2015_nips_paper/plot/plot_ranks.py:46
↓ 1 callersFunctionmain
()
scripts/2015_nips_paper/setup/get_tasks.py:180
↓ 1 callersFunctionmain
(input_directories, output_file, task_id, seed, ensemble_size, n_jobs=1)
scripts/2015_nips_paper/run/score_ensemble.py:36
↓ 1 callersFunctionmain
( working_directory, output_file, task_id, seed, model, time_limit, per_run_time_limit )
scripts/2015_nips_paper/run/run_auto_sklearn.py:124
↓ 1 callersFunctionmake_ensemble_builder_manager
Use `make_run` to create runs for this manager .. code:: python def test_x(make_run, make_ensemble_builder_manager): manager
test/fixtures/ensemble_building.py:190
↓ 1 callersFunctionmake_voting_classifier
Parameters ---------- X: Optional[SUPPORTED_FEAT_TYPES] = None The X data to fit models on, if None, no fitting occurs y: Op
test/fixtures/ensembles.py:28
↓ 1 callersFunctionmake_voting_regressor
Parameters ---------- X: Optional[SUPPORTED_FEAT_TYPES] = None The X data to fit models on, if None, no fitting occurs y: Op
test/fixtures/ensembles.py:72
↓ 1 callersFunctionmetric_which_needs_x
(solution, prediction, X_data, consider_col, val_threshold)
examples/40_advanced/example_metrics.py:49
↓ 1 callersMethodname
(self)
autosklearn/data/abstract_data_manager.py:22
↓ 1 callersFunctionpareto_front
Calculate the pareto front source from: https://stackoverflow.com/a/40239615 Note ---- Works on the assumption that every value is e
autosklearn/util/multiobjective.py:6
↓ 1 callersMethodparse_logfile
(self)
test/test_automl/automl_utils.py:114
↓ 1 callersMethodpredict
Predict using the ensemble which is best for the 1st metric. Parameters ---------- base_models_predictions : np.ndarray
autosklearn/ensembles/multiobjective_dummy_ensemble.py:146
↓ 1 callersMethodpredict
Create ensemble predictions from the base model predictions. Parameters ---------- base_models_predictions : np.ndarray
autosklearn/ensembles/abstract_ensemble.py:79
↓ 1 callersMethodpredict
(self, X: np.ndarray, batch_size: int = 1000)
autosklearn/evaluation/abstract_evaluator.py:158
↓ 1 callersMethodpredict
(self, X)
autosklearn/pipeline/components/classification/multinomial_nb.py:56
↓ 1 callersMethodpredict
(self, X)
examples/80_extending/example_extending_regression.py:71
↓ 1 callersMethodpredict_and_loss
( self, train: bool = False )
autosklearn/evaluation/test_evaluator.py:77
↓ 1 callersMethodpredict_proba
(self, X, batch_size=None, n_jobs=1)
autosklearn/estimators.py:800
↓ 1 callersMethodpredict_proba
Predict probabilities of classes for all samples X. Parameters ---------- X : array-like or sparse matrix of shape = [n_sampl
autosklearn/estimators.py:1478
↓ 1 callersMethodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/libsvm_svc.py:122
↓ 1 callersMethodpredict_proba
(self, X)
autosklearn/pipeline/components/classification/sgd.py:149
↓ 1 callersMethodprevious_candidates
Load any previous candidates that were saved from previous runs Returns ------- dict[RunID, Run] A dictionary fro
autosklearn/ensemble_building/builder.py:187
↓ 1 callersMethodprint_files
(self)
test/test_scripts/test_metadata_generation.py:38
↓ 1 callersFunctionread_csv
Function which reads the csv files containing trajectories of the auto-sklearn runs.
scripts/2015_nips_paper/plot/plot_ranks.py:13
↓ 1 callersFunctionremove_dataset
( metadata_directory, output_directory, id, )
scripts/2015_nips_paper/run/remove_dataset_from_metadata.py:23
↓ 1 callersFunctionretrieve_matadata
( validation_directory, metric, configuration_space, cutoff=0, only_best=True )
scripts/02_retrieve_metadata.py:20
↓ 1 callersFunctionrmtree
Delete a file or directory Parameters ---------- path: Path | str The path to delete atomic: bool = False Whether to
autosklearn/util/disk.py:51
↓ 1 callersMethodrun
( self, config: Configuration, instance: Optional[str] = None, cutoff: Optiona
autosklearn/evaluation/__init__.py:319
↓ 1 callersMethodrun_smbo
(self)
autosklearn/smbo.py:430
↓ 1 callersMethodserve_until_stopped
(self)
autosklearn/util/logging_.py:345
↓ 1 callersMethodset_hyperparameters
( self, feat_type: FEAT_TYPE_TYPE, configuration: Configuration, init_params:
autosklearn/pipeline/components/data_preprocessing/feature_type.py:247
↓ 1 callersFunctionsetup
(app)
doc/conf.py:426
↓ 1 callersFunctionsizeof
Get the size of some path object Parameters ---------- path : Path | str The path of the file or directory to get the size of
autosklearn/util/disk.py:20
↓ 1 callersMethodstop
Stop the task
autosklearn/util/stopwatch.py:35
↓ 1 callersFunctionto_log
( logger: PicklableClientLogger, message: str, category: Type[
autosklearn/util/logging_.py:370
↓ 1 callersMethodtrain_selectors
(self, selected_metric=None)
autosklearn/experimental/askl2.py:342
↓ 1 callersMethodtransform
(self, X)
autosklearn/pipeline/implementations/MinorityCoalescer.py:49
↓ 1 callersMethodtransform
(self, X: SUPPORTED_FEAT_TYPES)
autosklearn/pipeline/components/data_preprocessing/feature_type.py:219
↓ 1 callersMethodunPickle
(self, data: Any)
autosklearn/util/logging_.py:272
↓ 1 callersFunctionwalk
Yeilds all files, iterating over directory Parameters ---------- path: Path The root path to walk from include: Optional[str
test/conftest.py:93
↓ 1 callersFunctionwrite_output
(outputs, configurations, output_dir, configuration_space, metric)
scripts/02_retrieve_metadata.py:122
MethodX1
(self)
test/test_pipeline/implementations/test_MinorityCoalescer.py:11
MethodX2
(self)
test/test_pipeline/implementations/test_MinorityCoalescer.py:28
Method__call__
( self, y_true: np.ndarray, y_pred: np.ndarray, *, X_data: Optional[SU
autosklearn/metrics/__init__.py:47
Method__call__
Evaluate predicted target values for X relative to y_true. Parameters ---------- y_true : array-like Gold standar
autosklearn/metrics/__init__.py:62
Method__call__
Evaluate predicted probabilities for X relative to y_true. Parameters ---------- y_true : array-like Gold standard
autosklearn/metrics/__init__.py:130
Method__call__
Evaluate decision function output for X relative to y_true. Parameters ---------- y_true : array-like Gold standar
autosklearn/metrics/__init__.py:191
← previousnext →401–500 of 1,916, ranked by callers