train_best_model | R Documentation |
After we find the model with the best accuracy,
retrain it and return the trained model given a row of output
from test_model()
.
train_best_model(best_run, recipe)
best_run |
blabla. |
recipe |
a recipe. |
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.
A trained Keras model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.