Description Usage Arguments Value
View source: R/keras_regression.R
This function extracts information from the keras model generated by training or prediction and stores them in a data.frame. It compares the pre- dicted values in training and prediction to their true values and calculates various measures to describe the difference.
1  | store_regression_results(hist, true_values, predicted_values, training_data)
 | 
hist | 
 the keras history object  | 
true_values | 
 the values to be predicted from 'trainset_labels' or 'testset_labels'  | 
predicted_values | 
 numerical vector of predicted values  | 
training_data | 
 the training set data.frame  | 
A data frame with one row per keras run and class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.