Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/automl/auto-sklearn
/ functions
Functions
1,916 in github.com/automl/auto-sklearn
⨍
Functions
1,916
◇
Types & classes
344
↳
Endpoints
63
Function
dask_client_single_worker
Dask client with only 1 worker Note ---- May create deadlocks with logging and pynisher
test/fixtures/dask.py:99
Method
data
(self)
autosklearn/data/abstract_data_manager.py:26
Method
define
Decorator for adding helper functions to a "dictionary". This behaves like a function decorating a function, not a class decorating a
autosklearn/metalearning/metafeatures/metafeatures.py:61
Method
define
Decorator for adding metafeature functions to a "dictionary" of metafeatures. This behaves like a function decorating a function, not
autosklearn/metalearning/metafeatures/metafeatures.py:115
Method
dummy_func
(self)
test/test_data/test_feature_validator.py:521
Method
dummy_metric
(y_true, y_pred, X_data=None, **kwargs)
test/test_metric/test_metrics.py:24
Method
durations
The durations (cpu, wall)
autosklearn/util/stopwatch.py:66
Function
empty_queue
(queue_: multiprocessing.Queue)
autosklearn/evaluation/util.py:37
Method
encoder
(self)
autosklearn/data/abstract_data_manager.py:42
Function
error
(solution, prediction)
examples/40_advanced/example_metrics.py:32
Function
error
(solution, prediction)
examples/40_advanced/example_calc_multiple_metrics.py:21
Function
error
(solution, prediction)
examples/40_advanced/custom_metrics.py:18
Function
error_wk
(solution, prediction, extra_argument)
examples/40_advanced/example_metrics.py:43
Function
error_wk
(solution, prediction, dummy)
examples/40_advanced/custom_metrics.py:29
Method
estimator_supports_iterative_fit
(self)
autosklearn/evaluation/abstract_evaluator.py:102
Function
eval_iterative_cv
( queue: multiprocessing.Queue, config: Union[int, Configuration], backend: Backend, resamplin
autosklearn/evaluation/train_evaluator.py:1410
Function
eval_partial_cv_iterative
( queue: multiprocessing.Queue, config: Union[int, Configuration], backend: Backend, resamplin
autosklearn/evaluation/train_evaluator.py:1314
Function
evaluate
(input_directory, validation_files, test_files, ensemble_size=50)
scripts/2015_nips_paper/run/score_ensemble.py:187
Function
extract_learning_curve
( stack: List[Dict[str, Any]], key: Optional[str] = None )
autosklearn/evaluation/util.py:47
Method
fANOVA_input_
(self)
autosklearn/estimators.py:913
Function
fails
Mark a parameter for pytest parametrize that it should fail ..code:: python @parametrize("number", [2, 3, fails(5, "some reason")])
test/util.py:6
Method
feat_type
(self)
autosklearn/data/abstract_data_manager.py:34
Method
fill_memory
()
test/test_evaluation/test_evaluation.py:65
Function
find_active_choices
( matches, node, node_idx, dataset_properties, include=None, exclude=None )
autosklearn/pipeline/create_searchspace_util.py:128
Method
fit
( self, X: SUPPORTED_FEAT_TYPES, y: SUPPORTED_TARGET_TYPES | spmatrix, X_test:
autosklearn/automl.py:2293
Method
fit
( self, X: SUPPORTED_FEAT_TYPES, y: SUPPORTED_TARGET_TYPES | spmatrix, X_test:
autosklearn/automl.py:2383
Method
fit
Fit an ensemble given predictions of base models and targets. Ensemble building maximizes performance (in contrast to hyperparameter
autosklearn/ensembles/abstract_ensemble.py:37
Method
fit
Fit the ensemble Parameters ---------- base_models_predictions: np.ndarray shape = (n_base_models, n_data_points,
autosklearn/ensembles/singlebest_ensemble.py:54
Method
fit
(self, X, y=None)
autosklearn/pipeline/implementations/CategoryShift.py:29
Method
fit
The fit function calls the fit function of the underlying scikit-learn model and returns `self`. Parameters ----------
autosklearn/pipeline/components/base.py:119
Method
fit
(self, X, y, sample_weight=None)
autosklearn/pipeline/components/base.py:175
Method
fit
(self, X, y, sample_weight=None)
autosklearn/pipeline/components/base.py:195
Method
fit
(self, X, y, **kwargs)
autosklearn/pipeline/components/base.py:468
Method
fit
(self, X, y, sample_weight=None)
autosklearn/pipeline/components/regression/decision_tree.py:43
Method
fit
(self, X, y)
autosklearn/pipeline/components/regression/gaussian_process.py:19
Method
fit
(self, X, y)
autosklearn/pipeline/components/regression/k_nearest_neighbors.py:21
Method
fit
(self, X, y)
autosklearn/pipeline/components/regression/liblinear_svr.py:40
Method
fit
(self, X, y)
autosklearn/pipeline/components/regression/ard_regression.py:40
Method
fit
(self, X, y)
autosklearn/pipeline/components/regression/adaboost.py:24
Method
fit
(self, X, y, sample_weight=None)
autosklearn/pipeline/components/classification/decision_tree.py:48
Method
fit
(self, X, y)
autosklearn/pipeline/components/classification/bernoulli_nb.py:24
Method
fit
(self, X, Y)
autosklearn/pipeline/components/classification/k_nearest_neighbors.py:21
Method
fit
(self, X, y)
autosklearn/pipeline/components/classification/gaussian_nb.py:18
Method
fit
(self, X, Y)
autosklearn/pipeline/components/classification/qda.py:18
Method
fit
(self, X, Y)
autosklearn/pipeline/components/classification/liblinear_svc.py:45
Method
fit
(self, X, Y, sample_weight=None)
autosklearn/pipeline/components/classification/adaboost.py:26
Method
fit
(self, X, y=None)
autosklearn/pipeline/components/feature_preprocessing/densifier.py:14
Method
fit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/no_preprocessing.py:14
Method
fit
(self, X, Y=None)
autosklearn/pipeline/components/feature_preprocessing/kitchen_sinks.py:38
Method
fit
(self, X, y)
autosklearn/pipeline/components/feature_preprocessing/select_percentile.py:2
Method
fit
( self, X: SUPPORTED_FEAT_TYPES, y: Optional[SUPPORTED_TARGET_TYPES] = None )
autosklearn/pipeline/components/data_preprocessing/feature_type.py:145
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/rescaling/abstract_rescaling.py:20
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/rescaling/standardize.py:49
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/rescaling/robust_scaler.py:72
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/rescaling/none.py:12
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/imputation/numerical_imputation.py:22
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/imputation/categorical_imputation.py:27
Method
fit
( self, X: np.array, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/no_coalescense.py:20
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/minority_coalescense/minority_coalescer.py:25
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/encoding.py:20
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/categorical_encoding/no_encoding.py:18
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/variance_threshold/variance_threshold.py:20
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/balancing/balancing.py:29
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/text_feature_reduction/truncated_svd.py:27
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/category_shift/category_shift.py:25
Method
fit
( self, X: PIPELINE_DATA_DTYPE, y: Optional[PIPELINE_DATA_DTYPE] = None )
autosklearn/pipeline/components/data_preprocessing/text_encoding/tfidf_encoding.py:45
Method
fit
( self, X: pd.DataFrame, y: pd.DataFrame, minima: typing.Dict[int, typing.Dict
autosklearn/experimental/selector.py:13
Method
fit
( self, X: pd.DataFrame, y: pd.DataFrame, minima: typing.Dict[int, typing.Dict
autosklearn/experimental/selector.py:53
Method
fit_and_return_ensemble
A short function to fit and create an ensemble. It is just a wrapper to easily send a request to dask to create an ensemble and clean
autosklearn/ensemble_building/manager.py:273
Method
fit_ensemble
Fit an ensemble to models trained during an optimization process. All parameters are ``None`` by default. If no other value is given,
autosklearn/estimators.py:616
Method
fit_estimator
( self, X: np.ndarray, y: np.ndarray, fit_params: Optional[Dict[str, Any]] = N
autosklearn/evaluation/abstract_evaluator.py:88
Method
fit_estimator
( self, X: np.ndarray, y: np.ndarray, fit_params: Optional[Dict[str, Any]] = N
autosklearn/evaluation/abstract_evaluator.py:150
Method
fit_estimator
(self, X, y, **fit_params)
autosklearn/pipeline/regression.py:96
Method
fit_pairwise_model
(self, X, y, weights, rng, configuration)
autosklearn/experimental/selector.py:321
Method
fit_pipeline
Fits and individual pipeline configuration and returns the result to the user. The Estimator constraints are honored, for example the
autosklearn/estimators.py:544
Method
fit_pipeline
( self, X: SUPPORTED_FEAT_TYPES, y: SUPPORTED_TARGET_TYPES | spmatrix, config:
autosklearn/automl.py:2316
Method
fit_pipeline
( self, X: SUPPORTED_FEAT_TYPES, y: SUPPORTED_TARGET_TYPES | spmatrix, config:
autosklearn/automl.py:2406
Function
fit_predict_try_except_decorator
( ta: Callable, queue: multiprocessing.Queue, cost_for_crash: float, **kwargs: Any )
autosklearn/evaluation/__init__.py:50
Method
fitted_params
Returns the params if fitted successfully, else None if an acceptable error occurs
test/test_pipeline/components/classification/test_base.py:289
Function
get_500_classes_datamanager
()
test/test_evaluation/evaluation_util.py:257
Function
get_abalone_datamanager
()
test/test_evaluation/evaluation_util.py:151
Method
get_additional_run_info
(self)
autosklearn/evaluation/abstract_evaluator.py:105
Method
get_additional_run_info
Allows retrieving additional run information from the pipeline. Can be overridden by subclasses to return additional information to t
autosklearn/pipeline/base.py:553
Method
get_automl_setting_from_log
(self, dataset_name: str, setting: str)
test/test_automl/automl_utils.py:248
Method
get_available_components
(self, *args, **kwargs)
test/test_pipeline/test_create_searchspace_util_classification.py:37
Method
get_components
(cls: BaseEstimator)
autosklearn/pipeline/components/data_preprocessing/rescaling/__init__.py:38
Method
get_current_iter
(self)
autosklearn/pipeline/components/base.py:190
Method
get_current_iter
(self)
autosklearn/pipeline/components/base.py:212
Method
get_current_iter
(self)
autosklearn/pipeline/components/regression/random_forest.py:56
Method
get_current_iter
(self)
autosklearn/pipeline/components/regression/__init__.py:147
Method
get_current_iter
(self)
autosklearn/pipeline/components/regression/gradient_boosting.py:66
Method
get_current_iter
(self)
autosklearn/pipeline/components/regression/sgd.py:60
Method
get_current_iter
(self)
autosklearn/pipeline/components/regression/extra_trees.py:61
Method
get_current_iter
(self)
autosklearn/pipeline/components/regression/mlp.py:70
Method
get_current_iter
(self)
autosklearn/pipeline/components/classification/random_forest.py:61
Method
get_current_iter
(self)
autosklearn/pipeline/components/classification/__init__.py:162
Method
get_current_iter
(self)
autosklearn/pipeline/components/classification/gradient_boosting.py:65
Method
get_current_iter
(self)
autosklearn/pipeline/components/classification/sgd.py:61
Method
get_current_iter
(self)
autosklearn/pipeline/components/classification/extra_trees.py:66
Method
get_current_iter
(self)
autosklearn/pipeline/components/classification/mlp.py:72
← previous
next →
901–1,000 of 1,916, ranked by callers