ML.EVAL.CV_SCORE¶
Performs cross-validation on the model.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| model | object | Positional argument 1 | |
| X | object | Positional argument 2 | |
| y | object | Positional argument 3 | |
| cv | int | Positional argument 4 | |
| scoring | str | Positional argument 5 |
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.