View source: R/train_functions.R
Training with K-fold cross-validation.
1 2 3 4 5 6 7 8 | train_model_kfold(
model_building_fn,
model_params,
n_epochs,
batch_size,
dataset,
n_folds
)
|
n_folds |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.