ML.EVAL.GRID_SEARCH¶
Performs grid search on the model.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| model | object | Positional argument 1 | |
| param_grid | DataFrame | Positional argument 2 | |
| scoring | list[str] | None | The scoring function to use. |
| cv | int | None | The number of folds to use for cross-validation. |
| refit | bool | TRUE | Whether to refit the best model on the entire dataset. |
Returns¶
Object
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.