This function is used to evaluate the performance of a series of models trained by R keras
1 | performanceEvaluate(model_list, x_test, y_test)
|
model_list |
A list of neural network models object returned by keras R |
x_test |
A dataframe contains the features used by the performanceEvaluate function |
y_test |
A vector contains the labels used by baggingTest function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.