Description Usage
View source: R/learning-curves.R
Plots Jtrain and Jcv loss and accuracy curves
1 2 3 4 5 6 7 8 9 10 11 12
train_set_size_run( model_fn, x_train, y_train, type = "linear", epochs = 25, n_elems = dim(x_train)[1], linear_factor = 10, train_sizes = NULL, min_train_size = NULL, n_runs = NULL )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.