fit¶
- RandomSearch.fit(container: Union[Container, StarSchema, TimeSeries], train: str = 'train', validation: str = 'validation')¶
Launches the hyperparameter optimization.
- Args:
- container (
Container
): The data container used for the hyperparameter tuning.
- train (str, optional):
The name of the subset in ‘container’ used for training.
- validation (str, optional):
The name of the subset in ‘container’ used for validation.
- container (