MCPcopy Create free account

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

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

↓ 2 callersMethodpredict
(self, X, batch_size=None, n_jobs=1)
autosklearn/estimators.py:797
↓ 2 callersMethodpredict
( self, X: SUPPORTED_FEAT_TYPES, batch_size: Optional[int] = None, n_jobs: int
autosklearn/automl.py:2339
↓ 2 callersMethodpredict_proba
( self, X: SUPPORTED_FEAT_TYPES, batch_size: Optional[int] = None, n_jobs: int
autosklearn/automl.py:2358
↓ 2 callersMethodpredict_proba
(self, X: np.ndarray, batch_size: int = 1000)
autosklearn/evaluation/abstract_evaluator.py:96
↓ 2 callersFunctionread_files
(directory, seed=None, n_jobs=1)
scripts/2015_nips_paper/run/score_ensemble.py:24
↓ 2 callersFunctionroundrobin
Performs a round robin iteration of several iterables Adapted from https://docs.python.org/3/library/itertools.html#recipes ..code:: python
autosklearn/util/functional.py:191
↓ 2 callersFunctionrun_experiment
( working_directory, time_limit, per_run_time_limit, task_id, seed, use_metalearning,
scripts/2015_nips_paper/run/run_auto_sklearn.py:39
↓ 2 callersFunctionsanitize_array
Replace NaN and Inf (there should not be any!) :param array: :return:
autosklearn/metrics/util.py:5
↓ 2 callersFunctionsetup_logger
( output_dir: str, filename: Optional[str] = None, distributedlog_filename: Optional[str] = None,
autosklearn/util/logging_.py:24
↓ 2 callersMethodshutdown
(self)
autosklearn/util/single_thread_client.py:94
↓ 2 callersMethodstart
Start the task
autosklearn/util/stopwatch.py:29
↓ 2 callersMethodstarted
Whether this task has been started
autosklearn/util/stopwatch.py:45
↓ 2 callersMethodstop
Stop a given task
autosklearn/util/stopwatch.py:96
↓ 2 callersMethodsubmit
Note ---- The keyword arguments caught in `dask.distributed.Client` need to be specified here so they don't get passe
autosklearn/util/single_thread_client.py:66
↓ 2 callersFunctionsuggest_via_metalearning
( meta_base, dataset_name, metric, task, sparse, num_initial_configurations, logger )
autosklearn/metalearning/mismbo.py:15
↓ 2 callersMethodtotal_cpu
Return sum of CPU time for all so far finished tasks.
autosklearn/util/stopwatch.py:103
↓ 2 callersMethodtotal_wall
Return sum of wall clock time for all so far finished tasks.
autosklearn/util/stopwatch.py:108
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/implementations/SparseOneHotEncoder.py:83
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/select_rates_regression.py:55
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/liblinear_svc_preprocessor.py:77
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/kernel_pca.py:59
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/truncatedSVD.py:33
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/fast_ica.py:59
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/random_trees_embedding.py:79
↓ 2 callersMethodtransform
(self, X)
autosklearn/pipeline/components/feature_preprocessing/feature_agglomeration.py:48
↓ 2 callersMethodvalid
Parameters ---------- path: Path The path to check Returns ------- bool Whet
autosklearn/ensemble_building/run.py:171
↓ 2 callersFunctionwarnings_to
A context manager to catch warnings and send them to the logger If no logger is passed, warnings propogate as they normally would. Parameter
autosklearn/util/logging_.py:355
↓ 1 callersMethod__contains__
(self, item)
autosklearn/metalearning/metafeatures/metafeatures.py:45
↓ 1 callersMethod__delitem__
(self, key)
autosklearn/metalearning/metafeatures/metafeatures.py:42
↓ 1 callersMethod__getitem__
(self, item)
autosklearn/metalearning/metafeatures/metafeatures.py:36
↓ 1 callersMethod__init__
(self)
autosklearn/metalearning/metafeatures/metafeature.py:48
↓ 1 callersMethod__init__
(self, budget_type, eta, initial_budget, portfolio)
autosklearn/experimental/askl2.py:80
↓ 1 callersMethod__init__
(self, package_name: str)
autosklearn/util/dependencies.py:75
↓ 1 callersMethod__init__
(self, name: str)
autosklearn/util/logging_.py:85
↓ 1 callersMethod__init__
(self)
test/test_evaluation/evaluation_util.py:69
↓ 1 callersMethod__iter__
(self)
autosklearn/metalearning/metafeatures/metafeatures.py:33
↓ 1 callersMethod__setitem__
(self, key, value)
autosklearn/metalearning/metafeatures/metafeatures.py:89
↓ 1 callersMethod_bagging
Rich Caruana's ensemble selection method with bagging.
autosklearn/ensembles/ensemble_selection.py:290
↓ 1 callersMethod_calculate
(cls, X, y, logger, feat_type)
autosklearn/metalearning/metafeatures/metafeature.py:18
↓ 1 callersMethod_calculate_metafeatures_encoded_with_limits
(self, time_limit)
autosklearn/smbo.py:403
↓ 1 callersMethod_calculate_metafeatures_with_limits
(self, time_limit)
autosklearn/smbo.py:376
↓ 1 callersMethod_calculate_sparse
(self, X, y, logger, feat_type)
autosklearn/metalearning/metafeatures/metafeatures.py:1037
↓ 1 callersMethod_calculate_weights
(self)
autosklearn/ensembles/ensemble_selection.py:275
↓ 1 callersMethod_check_init_params_honored
Makes sure that init params is honored at the implementation level
autosklearn/pipeline/base.py:444
↓ 1 callersMethod_check_resampling_strategy
This method centralizes the checks for resampling strategies Parameters ---------- X: (SUPPORTED_FEAT_TYPES)
autosklearn/automl.py:1076
↓ 1 callersMethod_create_search_space
( self, tmp_dir: str, backend: Backend, datamanager: XYDataManager, in
autosklearn/automl.py:2243
↓ 1 callersMethod_ensure_prediction_array_sizes
( self, prediction: np.ndarray, Y_train: np.ndarray )
autosklearn/evaluation/abstract_evaluator.py:601
↓ 1 callersMethod_fast
Fast version of Rich Caruana's ensemble selection method.
autosklearn/ensembles/ensemble_selection.py:144
↓ 1 callersMethod_find_files
find all expected files in self.dir_ fills self.found_files
autosklearn/metalearning/input/aslib_simple.py:37
↓ 1 callersMethod_fit_cleanup
(self)
autosklearn/automl.py:1063
↓ 1 callersFunction_get_classification_configuration_space
Get the configuration of a classification pipeline given some dataset info Parameters ---------- datamanager: AbstractDataManager
autosklearn/util/pipeline.py:106
↓ 1 callersMethod_get_hyperparameter_search_space
Return the configuration space for the CASH problem. This method should be called by the method get_hyperparameter_search_space of a
autosklearn/pipeline/base.py:284
↓ 1 callersMethod_get_hyperparameter_search_space_recursevely
( dataset_properties: DATASET_PROPERTIES_TYPE, cs: ConfigurationSpace, transformer: Ba
autosklearn/pipeline/components/data_preprocessing/feature_type.py:313
↓ 1 callersMethod_get_metafeatures
This is inside an extra function for testing purpose
autosklearn/metalearning/metalearning/meta_base.py:115
↓ 1 callersFunction_get_metalearning_configurations
( meta_base, basename, metric, configuration_space, task, initial_configurations_via_m
autosklearn/smbo.py:176
↓ 1 callersMethod_get_pipeline_steps
( self, dataset_properties, feat_type: Optional[FEAT_TYPE_TYPE] = None )
autosklearn/pipeline/base.py:545
↓ 1 callersFunction_get_regression_configuration_space
Get the configuration of a regression pipeline given some dataset info Parameters ---------- datamanager: AbstractDataManager Abs
autosklearn/util/pipeline.py:58
↓ 1 callersMethod_get_runhistory_models_performance
(self)
autosklearn/automl.py:1788
↓ 1 callersMethod_load_best_individual_model
In case of failure during ensemble building, this method returns the single best model found by AutoML. This is a rob
autosklearn/automl.py:1626
↓ 1 callersMethod_log_fit_setup
(self)
autosklearn/automl.py:970
↓ 1 callersFunction_parse_categorical
(line)
autosklearn/metalearning/optimizers/optimizer_base.py:7
↓ 1 callersMethod_partial_fit_and_predict_budget
( self, fold: int, train_indices: List[int], test_indices: List[int],
autosklearn/evaluation/train_evaluator.py:924
↓ 1 callersMethod_predict
( self, X: pd.DataFrame, y: typing.Optional[pd.DataFrame] )
autosklearn/experimental/selector.py:35
↓ 1 callersMethod_read_files
iterates over all found files (self.found_files) and calls the corresponding function to validate file
autosklearn/metalearning/input/aslib_simple.py:72
↓ 1 callersMethod_slow
Rich Caruana's ensemble selection method.
autosklearn/ensembles/ensemble_selection.py:223
↓ 1 callersMethod_test_set_hyperparameter_component
Given a configuration in config, this procedure makes sure that the given implementation, which should be a autosklearn component, ho
test/test_pipeline/test_regression.py:589
↓ 1 callersFunction_verify_package
(name: str, operation: Optional[str], version: str)
autosklearn/util/dependencies.py:37
↓ 1 callersMethodadd_dataset
(self, name, metafeatures)
autosklearn/metalearning/metalearning/meta_base.py:79
↓ 1 callersFunctionas_module
Convert a path to a module as seen from here
test/conftest.py:122
↓ 1 callersFunctionbinarization
(array: Union[List, np.ndarray])
autosklearn/util/data.py:190
↓ 1 callersFunctioncalculate_all_metafeatures_encoded_labels
Calculate only metafeatures for which a 1HotEncoded feature matrix is necessery.
autosklearn/metalearning/metafeatures/metafeatures.py:1105
↓ 1 callersFunctioncalculate_all_metafeatures_with_labels
( X, y, feat_type, dataset_name, logger, calculate=None, dont_calculate=None )
autosklearn/metalearning/metafeatures/metafeatures.py:1126
↓ 1 callersMethodcalculate_auxiliary_losses
( self, Y_test_pred: np.ndarray | None, )
autosklearn/evaluation/abstract_evaluator.py:439
↓ 1 callersFunctioncalculate_loss
Calculate the loss with a given metric Parameters ---------- solution: np.ndarray The solutions prediction: np.ndarray
autosklearn/metrics/__init__.py:565
↓ 1 callersFunctioncheck_false
(p: str)
autosklearn/util/common.py:43
↓ 1 callersFunctioncheck_true
(p: str)
autosklearn/util/common.py:37
↓ 1 callersMethodclient
Should return a dask client
autosklearn/util/dask.py:45
↓ 1 callersFunctionclose
()
test/fixtures/dask.py:60
↓ 1 callersMethodclose
(self)
autosklearn/util/single_thread_client.py:91
↓ 1 callersMethodcollect_metalearning_suggestions
(self, meta_base)
autosklearn/smbo.py:349
↓ 1 callersFunctionconstruct_cli_call
(cli_target, params)
autosklearn/metalearning/optimizers/optimizer_base.py:71
↓ 1 callersFunctioncreate_X
(instances=1000, n_feats=10, categs_per_feat=5, seed=0)
test/test_pipeline/components/data_preprocessing/test_one_hot_encoding.py:15
↓ 1 callersFunctioncreate_test_dask_client
Factory to make a Dask client and a function to close it them. Parameters ---------- id: str An id to associate with this das
test/fixtures/dask.py:30
↓ 1 callersFunctiondo_work
()
examples/60_search/example_parallel_manual_spawning_python.py:80
↓ 1 callersMethodestimator_supports_iterative_fit
(self)
autosklearn/pipeline/base.py:149
↓ 1 callersMethodexception
(self, msg: str, *args: Any, **kwargs: Any)
autosklearn/util/logging_.py:125
↓ 1 callersFunctionfill_trajectory
(performance_list, time_list)
scripts/2015_nips_paper/plot/plot_ranks.py:30
↓ 1 callersFunctionfind_all
(cls)
misc/create_list_of_potential_models.py:13
↓ 1 callersFunctionfindwhere
Find the index of the next occurence where func is True. Parameters ---------- itr : Iterable[T] The iterable to search over
autosklearn/util/functional.py:134
↓ 1 callersMethodfit
Select dummy ensembles given predictions of base models and targets. Parameters ---------- base_models_predictions: np.ndarra
autosklearn/ensembles/multiobjective_dummy_ensemble.py:69
↓ 1 callersMethodfit
( self, X: np.ndarray, y: np.ndarray, sample_weight: Optional[Union[np.ndarray
autosklearn/evaluation/abstract_evaluator.py:78
↓ 1 callersMethodfit
(self, X, y=None)
autosklearn/pipeline/implementations/MinorityCoalescer.py:19
↓ 1 callersMethodfit
(self, X, Y)
autosklearn/pipeline/components/classification/libsvm_svc.py:48
↓ 1 callersMethodfit
(self, X, y)
autosklearn/pipeline/components/classification/multinomial_nb.py:24
↓ 1 callersMethodfit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/pca.py:23
↓ 1 callersMethodfit
(self, X, Y)
autosklearn/pipeline/components/feature_preprocessing/liblinear_svc_preprocessor.py:44
↓ 1 callersMethodfit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/kernel_pca.py:30
↓ 1 callersMethodfit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/fast_ica.py:27
↓ 1 callersMethodfit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/feature_agglomeration.py:30
↓ 1 callersMethodfit
(self, X, Y=None)
examples/80_extending/example_extending_data_preprocessor.py:33
← previousnext →301–400 of 1,916, ranked by callers