View source: R/SklearnClassifier.R
computeGridPerformance | R Documentation |
Computes grid performance with a specified performance function
computeGridPerformance(prediction, param, performanceFunct = "computeAuc")
prediction |
a dataframe with predictions and outcomeCount per rowId |
param |
a list of hyperparameters |
performanceFunct |
a string specifying which performance function to use . Default “'compute_AUC'“ |
A list with overview of the performance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.