tl_plot_deep_history: Plot deep learning model training history
Description
Plot deep learning model training history
Usage
tl_plot_deep_history(model, metrics = c("loss", "val_loss"), ...)Value
A ggplot object with training history
Arguments
- model
A tidylearn deep learning model object
- metrics
Which metrics to plot (default: c("loss", "val_loss"))
- ...
Additional arguments