recpack.pipelines.GridSearchInfo
- class recpack.pipelines.GridSearchInfo(params: Dict[str, List[Any]])
Info for a grid search optimisation.
- Parameters
params (Dict[str, List[Any]]) – A dict which for each key contains a list of values to try.
Methods
Attributes
Sklearn ParameterGrid which will be used for optimisation.
- property grid: sklearn.model_selection._search.ParameterGrid
Sklearn ParameterGrid which will be used for optimisation.