get_best_grid: Makes a data.frame that contains the best error rates from a...

Description Usage Arguments Value See Also

View source: R/get_best_grid.R

Description

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.

Usage

1
get_best_grid(grid_data)

Arguments

grid_data

data.frame obtained from get_grid_data or with several datasets from get_grid_data combined with rbind.

Value

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"

See Also

get_grid_data, eztune_table, grid_search,


jillbo1000/EZtuneTest documentation built on Oct. 5, 2021, 4:16 p.m.