train_best_model: Retrain the best model.

train_best_modelR Documentation

Retrain the best model.

Description

After we find the model with the best accuracy, retrain it and return the trained model given a row of output from test_model().

Usage

train_best_model(best_run, recipe)

Arguments

best_run

blabla.

recipe

a recipe.

Details

The first time you run Keras in an R session, TensorFlow usually prints verbose ouput such as "Your CPU supports instructions that this TensorFlow binary was not compiled to use:" and "OMP: Info #171: KMP_AFFINITY:". You can safely ignore these messages.

Value

A trained Keras model.


D-Se/ML documentation built on April 1, 2022, 10:53 p.m.