MCPcopy Create free account

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

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

↓ 7 callersMethodfit
(*args, **kwargs)
test/test_ensemble_builder/test_ensemble_builder.py:917
↓ 7 callersMethodget_components
(cls)
autosklearn/pipeline/components/base.py:386
↓ 7 callersFunctionget_multiclass_classification_datamanager
()
test/test_evaluation/evaluation_util.py:129
↓ 7 callersFunctionincludes_train_scores
(scores)
test/test_automl/automl_utils.py:92
↓ 7 callersMethodinverse_transform
Revert any encoding transformation done on a target array. Parameters ---------- y: Union[List, np.ndarray, pd.DataFrame, pd.
autosklearn/data/target_validator.py:284
↓ 7 callersMethodkNearestDatasets
Return the k most similar datasets with respect to self.metric Parameters ---------- x : pandas.Series A pandas S
autosklearn/metalearning/metalearning/kNearestDatasets/kND.py:86
↓ 7 callersMethodload
(cls, path_or_filehandle)
autosklearn/metalearning/metafeatures/metafeature.py:135
↓ 7 callersFunctionmake_automl_classifier
See `_create_automl`
test/fixtures/automl.py:77
↓ 7 callersMethodscore
(self, X, y)
autosklearn/automl.py:1760
↓ 7 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/pca.py:39
↓ 6 callersMethodX_data
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:236
↓ 6 callersMethod_do_dummy_prediction
(self)
autosklearn/automl.py:425
↓ 6 callersFunctionconcat_data
( data: List[Any], num_cv_folds: int )
autosklearn/evaluation/train_evaluator.py:158
↓ 6 callersFunctionexclude
(lst, s)
test/test_estimators/test_estimators.py:554
↓ 6 callersMethodfit
Fit the Nearest Neighbor model. Parameters ---------- metafeatures : pandas.DataFrame A pandas dataframe. Each ro
autosklearn/metalearning/metalearning/kNearestDatasets/kND.py:24
↓ 6 callersMethodfit
Validates and fit a categorical encoder (if needed) to the features, and a encoder for targets in the case of classification. Specifi
autosklearn/data/validation.py:107
↓ 6 callersMethodfit
(self, X, y)
autosklearn/pipeline/components/regression/libsvm_svr.py:49
↓ 6 callersMethodfit_pipeline
Fits and individual pipeline configuration and returns the result to the user. The Estimator constraints are honored, for example the
autosklearn/automl.py:1221
↓ 6 callersFunctionget_configuration_space
Get the configuration of a pipeline given some dataset info Parameters ---------- datamanager: AbstractDataManager AbstractDataMa
autosklearn/util/pipeline.py:21
↓ 6 callersMethodget_current_iter
(self)
autosklearn/pipeline/base.py:161
↓ 6 callersMethodget_identifiers_with_weights
Return a (identifier, weight)-pairs for all models that were passed to the ensemble builder. Parameters ---------- mo
autosklearn/ensembles/abstract_ensemble.py:114
↓ 6 callersMethodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/regression/sgd.py:175
↓ 6 callersFunctionmake_ensemble_builder
( make_backend: Callable[..., Backend], make_sklearn_dataset: Callable[..., XYDataManager], )
test/fixtures/ensemble_building.py:116
↓ 6 callersMethodpredict
(self, X, batch_size=None)
autosklearn/pipeline/regression.py:108
↓ 6 callersMethodrequires_deletion
Cut a list of runs into those to keep and those to delete If neither params are specified, this method should do nothing. In the cas
autosklearn/ensemble_building/builder.py:948
↓ 6 callersMethodwas_modified
Query for when the ens file was last modified
autosklearn/ensemble_building/run.py:71
↓ 5 callersFunction_fit_and_suppress_warnings
( logger: Union[logging.Logger, PicklableClientLogger], model: BaseEstimator, X: np.ndarray, y
autosklearn/evaluation/abstract_evaluator.py:169
↓ 5 callersMethod_load_models
(self)
autosklearn/automl.py:1582
↓ 5 callersFunction_test_classifier
( classifier, dataset="iris", sparse=False, train_size_maximum=150, make_multilabel=False,
autosklearn/pipeline/util.py:113
↓ 5 callersMethod_test_configurations
Tests a configuration space by taking multiple samples and fiting each before calling predict and predict_proba. Parameters -
test/test_pipeline/test_classification.py:489
↓ 5 callersMethodconfiguration_fully_fitted
(self)
autosklearn/pipeline/base.py:158
↓ 5 callersMethodfit
(self, X, y)
autosklearn/pipeline/components/feature_preprocessing/select_rates_classification.py:49
↓ 5 callersMethodfit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/nystroem_sampler.py:33
↓ 5 callersMethodfit
(self, X, y)
autosklearn/pipeline/components/feature_preprocessing/select_percentile_classification.py:55
↓ 5 callersMethodfit_transformer
(self, X, y, fit_params=None)
autosklearn/pipeline/base.py:128
↓ 5 callersMethodget_available_components
( self, dataset_properties: Optional[Dict] = None, include: Optional[Dict] = None,
autosklearn/pipeline/components/data_preprocessing/__init__.py:38
↓ 5 callersMethodget_feat_type_from_columns
Returns a dictionary that maps pandas dataframe columns to a feature type. This feature type can be categorical, numerical or string
autosklearn/data/feature_validator.py:274
↓ 5 callersMethodget_properties
(dataset_properties=None)
autosklearn/pipeline/components/feature_preprocessing/pca.py:45
↓ 5 callersMethodget_properties
( dataset_properties: Optional[DATASET_PROPERTIES_TYPE] = None, )
autosklearn/pipeline/components/data_preprocessing/feature_type.py:229
↓ 5 callersFunctionget_smac_object_callback
(budget_type)
examples/60_search/example_successive_halving.py:31
↓ 5 callersMethodget_weights
( self, Y: PIPELINE_DATA_DTYPE, classifier: BaseEstimator, preprocessor: BaseE
autosklearn/pipeline/components/data_preprocessing/balancing/balancing.py:38
↓ 5 callersMethodis_dummy
Whether this run is a dummy run or not
autosklearn/ensemble_building/run.py:67
↓ 5 callersMethodkBestSuggestions
(self, x, k=1, exclude_double_configurations=True)
autosklearn/metalearning/metalearning/kNearestDatasets/kND.py:137
↓ 5 callersMethodpredict
( self, base_models_predictions: Union[np.ndarray, List[np.ndarray]] )
autosklearn/ensembles/ensemble_selection.py:315
↓ 5 callersFunctionpreload_modules
(context: multiprocessing.context.BaseContext)
autosklearn/util/parallel.py:5
↓ 5 callersFunctionsplit
Split a list in two based on a predicate. Note ---- First element can not contain None Parameters ---------- lst : Iterable[
autosklearn/util/functional.py:76
↓ 4 callersFunctionS
(name: str)
test/test_ensemble_builder/test_ensemble_builder.py:932
↓ 4 callersMethod_load_pareto_set
(self)
autosklearn/automl.py:1657
↓ 4 callersFunction_model_predict
Generates the predictions from a model. This is seperated out into a seperate function to allow for multiprocessing and perform parallel pred
autosklearn/automl.py:129
↓ 4 callersMethod_predict
( self, model: BaseEstimator, test_indices: List[int], train_indices: List[int] )
autosklearn/evaluation/train_evaluator.py:977
↓ 4 callersFunction_test_classifier_predict_proba
( classifier, dataset="iris", sparse=False, train_size_maximum=150, make_multilabel=False,
autosklearn/pipeline/util.py:180
↓ 4 callersMethod_test_configurations
( self, configurations_space, make_sparse=False, data=None, dataset_pr
test/test_pipeline/test_regression.py:147
↓ 4 callersFunction_test_regressor
(Regressor, dataset="diabetes", sparse=False)
autosklearn/pipeline/util.py:278
↓ 4 callersFunction_test_regressor_iterative_fit
(Regressor, dataset="diabetes", sparse=False)
autosklearn/pipeline/util.py:320
↓ 4 callersMethodbuild_automl
(self)
autosklearn/estimators.py:497
↓ 4 callersFunctionbytes
(arr)
test/test_util/test_data.py:485
↓ 4 callersFunctionconvert_multioutput_multiclass_to_multilabel
Converts the model predicted probabilities to useable format. In some cases, models predicted_proba can output an array of shape (2, n_sample
autosklearn/pipeline/implementations/util.py:20
↓ 4 callersFunctioncut
Cut a list in two at a given index or predicate Parameters ---------- lst : Iterable[T] An iterable of items at : int | Call
autosklearn/util/functional.py:37
↓ 4 callersMethodfit
(self, **kwargs)
autosklearn/estimators.py:532
↓ 4 callersMethodfit
Fit AutoML to given training set (X, y). Fit both optimizes the machine learning models and builds an ensemble out of them.
autosklearn/automl.py:501
↓ 4 callersMethodfit
( self, X: pd.DataFrame, y: pd.DataFrame, minima: typing.Dict[int, typing.Dict
autosklearn/experimental/selector.py:340
↓ 4 callersMethodget_models_with_weights
(self)
autosklearn/automl.py:2068
↓ 4 callersFunctionget_send_warnings_to_logger
(logger)
autosklearn/smbo.py:83
↓ 4 callersMethodid
Get the three components of it's id
autosklearn/ensemble_building/run.py:157
↓ 4 callersMethoditerative_fit
(self, X, y, n_iter=2, refit=False)
autosklearn/pipeline/components/regression/sgd.py:63
↓ 4 callersFunctionmake_automl_regressor
See `_create_automl`
test/fixtures/automl.py:83
↓ 4 callersMethodnthreads
(self)
autosklearn/util/single_thread_client.py:107
↓ 4 callersMethodpredict
Predict classes for X. Parameters ---------- X : array-like or sparse matrix of shape = [n_samples, n_features] Retu
autosklearn/estimators.py:1464
↓ 4 callersMethodpredict
( self, X: pd.DataFrame, y: typing.Optional[pd.DataFrame] = None )
autosklearn/experimental/selector.py:22
↓ 4 callersMethodrecord_modified_times
Records the last time each prediction file type was modified, if it exists
autosklearn/ensemble_building/run.py:82
↓ 4 callersFunctionremove_dataset_from_aslib_arff
( input_file, output_file, id, )
scripts/2015_nips_paper/run/remove_dataset_from_metadata.py:7
↓ 4 callersMethodresult
(self, timeout: typing.Optional[int] = None)
autosklearn/util/single_thread_client.py:18
↓ 4 callersMethodtime_since
The wall clock time since a task either began or ended Parameters ---------- name : str The name of the task
autosklearn/util/stopwatch.py:113
↓ 4 callersMethodto_arff_row
(self)
autosklearn/metalearning/metafeatures/metafeature.py:69
↓ 4 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/select_rates_classification.py:70
↓ 4 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/extra_trees_preproc_for_classification.py:108
↓ 4 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/extra_trees_preproc_for_regression.py:110
↓ 4 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/nystroem_sampler.py:62
↓ 4 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/polynomial.py:39
↓ 4 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/select_percentile_classification.py:75
↓ 3 callersMethod_check_data
Perform dimensionality and data type checks on the targets Parameters ---------- y: Union[np.ndarray, pd.DataFrame,
autosklearn/data/target_validator.py:338
↓ 3 callersMethod_check_data
Feature dimensionality and data type checks Parameters ---------- X: SUPPORTED_FEAT_TYPES A set of featu
autosklearn/data/feature_validator.py:205
↓ 3 callersMethod_clean_logger
(self)
autosklearn/automl.py:407
↓ 3 callersFunction_compute_single_scorer
Returns a score (a magnitude that allows casting the optimization problem as a maximization one) for the given Auto-Sklearn Scorer object
autosklearn/metrics/__init__.py:699
↓ 3 callersFunction_create_logger
(name: str)
autosklearn/util/logging_.py:75
↓ 3 callersFunction_encode_exit_status
( exit_status: Union[str, int, Type[BaseException]] )
autosklearn/evaluation/__init__.py:127
↓ 3 callersMethod_fit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/random_trees_embedding.py:42
↓ 3 callersMethod_fit_then_transform
(self, expected, input)
test/test_pipeline/implementations/test_SparseOneHotEncoder.py:47
↓ 3 callersMethod_get_automl_class
(self)
autosklearn/estimators.py:1333
↓ 3 callersFunction_get_y_array
(y: SUPPORTED_TARGET_TYPES, task_type: int)
autosklearn/evaluation/train_evaluator.py:63
↓ 3 callersMethod_leaderboard_columns
( num_metrics: int, )
autosklearn/estimators.py:1297
↓ 3 callersMethod_learn
(self, exclude_double_configurations=True)
autosklearn/metalearning/optimizers/metalearn_optimizer/metalearner.py:88
↓ 3 callersMethod_partial_fit
(self, evaluator, fold)
test/test_evaluation/evaluation_util.py:81
↓ 3 callersMethod_partial_fit_and_predict_standard
( self, fold: int, train_indices: List[int], test_indices: List[int],
autosklearn/evaluation/train_evaluator.py:882
↓ 3 callersMethod_test_helper
(self, Preprocessor, dataset=None, make_sparse=False)
test/test_pipeline/components/data_preprocessing/test_scaling.py:11
↓ 3 callersMethod_test_set_hyperparameter_choice
Given a configuration in config, this procedure makes sure that the given implementation, which should be a Choice component, honors
test/test_pipeline/test_regression.py:523
↓ 3 callersMethod_test_set_hyperparameter_choice
Given a configuration in config, this procedure makes sure that the given implementation, which should be a Choice component, honors the type
test/test_pipeline/test_classification.py:1125
↓ 3 callersMethod_validate_include_exclude_params
(self)
autosklearn/pipeline/base.py:561
↓ 3 callersFunction_validate_metrics
Validate metrics given to Auto-sklearn. Raises an Exception in case of a problem. metrics: Sequence[Scorer] A list of objects that h
autosklearn/metrics/__init__.py:436
↓ 3 callersFunctionaccuracy
(solution, prediction)
examples/40_advanced/custom_metrics.py:13
← previousnext →101–200 of 1,916, ranked by callers