tempor.automl package¶
Submodules¶
- tempor.automl.pipeline_selector module
- tempor.automl.seeker module
- tempor.automl.seeker.TunerType
- tempor.automl.seeker.TUNER_OPTUNA_SAMPLER_MAP
- tempor.automl.seeker.evaluation_callback_dispatch
- tempor.automl.seeker.BaseSeeker
- tempor.automl.seeker.MethodSeeker
- tempor.automl.seeker.PipelineSeeker
- Parameters
- study_name
- task_type
- estimator_names
- metric
- dataset
- static_imputers
- static_scalers
- temporal_imputers
- temporal_scalers
- return_top_k
- num_cv_folds
- num_iter
- tuner_patience
- tuner_type
- timeout
- random_state
- override_hp_space
- horizon
- compute_baseline_score
- grid
- custom_tuner
- raise_exceptions
- silence_warnings
- Parameters
- tempor.automl.tuner module
Module contents¶
Package directory with the AutoML functionality.