fit¶
-
LatinHypercubeSearch.
fit
(container, train='train', validation='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 (