R/SklearnClassifier.R
computeGridPerformance.Rd
Computes grid performance with a specified performance function
computeGridPerformance(prediction, param, performanceFunct = "computeAuc")
a dataframe with predictions and outcomeCount per rowId
a list of hyperparameters
a string specifying which performance function to use . Default ``'compute_AUC'``
A list with overview of the performance