The Advantages of Record Transform Specifications
Win-Vector Blog 2019-09-18
Summary:
Nina Zumel had a really great article on how to prepare a nice Keras performance plot using R. I will use this example to show some of the advantages of cdata record transform specifications. The model performance data from Keras is in the following format: # R code library(wrapr) df <- wrapr::build_frame( "val_loss" , "val_acc", … Continue reading The Advantages of Record Transform Specifications