ML.EVAL¶
| Function | Description |
|---|---|
| ML.EVAL.BEST_PARAMS | Returns the best parameters for the model. |
| ML.EVAL.BEST_SCORE | Returns the best score for the model. |
| ML.EVAL.CV_SCORE | Performs cross-validation on the model. |
| ML.EVAL.GRID_SEARCH | Performs grid search on the model. |
| ML.EVAL.SCORE | Returns the R^2 for regression models and mean accuracy for classification models. |
| ML.EVAL.SEARCH_RESULTS | Python function 'search_results' |