Description Usage Arguments Value See Also
View source: R/get_best_grid.R
get_best_grid creates a data.frame that has the datasets in the first column and the best error rate obtained in the grid search in the second column.
1 | get_best_grid(grid_data)
|
grid_data |
data.frame obtained from get_grid_data or with several datasets from get_grid_data combined with rbind. |
Returns a data.frame with the names of the datasets in the first column and the best loss value in the second column. The first column is named "Data" and the second column is named "Best"
get_grid_data
, eztune_table
,
grid_search
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.