Learn R Programming

echarts4r (version 0.1.1)

e_keras_history: History

Description

Plot keras history in R.

Usage

e_keras_history(e)

Arguments

e

An echarts4r object as returned by e_charts.

Examples

Run this code
# NOT RUN {
history <- model %>% 
 fit(...)

history %>%
 e_charts() %>%
 e_keras_history()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab