View source: R/supervised-deep-learning.R
| tl_plot_deep_history | R Documentation |
Plot deep learning model training history
tl_plot_deep_history(model, metrics = c("loss", "val_loss"), ...)
model |
A tidylearn deep learning model object |
metrics |
Which metrics to plot (default: c("loss", "val_loss")) |
... |
Additional arguments |
A ggplot object with training history
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.