list_searcher
: Helper class to support passing atune_basesearch
: Parent class for a cross-validation interfacetune_gridsearch
: Class for doing grid search over lists of hyperparameterstune_search
: Class for cross-validation over distributions of hyperparametersutils
list_searcher.ListSearcher
: Custom search algorithm to support passing in a list oflist_searcher.RandomListSearcher
: Custom search algorithm to support passing in a list oftune_basesearch.TuneBaseSearchCV
: Abstract base class for TuneGridSearchCV and TuneSearchCVtune_gridsearch.TuneGridSearchCV
: Exhaustive search over specified parameter values for an estimator.tune_search.TuneSearchCV
: Generic, non-grid search on hyper parameters.utils.EarlyStopping
: An enumeration.
tune_basesearch.resolve_early_stopping
utils.check_error_warm_start
utils.check_is_pipeline
utils.check_partial_fit
utils.check_warm_start_ensemble
utils.check_warm_start_iter
utils.get_early_stop_type
utils.is_tune_grid_search
: Checks if obj is a dictionary returned by tune.grid_search.utils.resolve_logger_callbacks
This file was automatically generated via lazydocs.