computeGridPerformance: Computes grid performance with a specified performance...

View source: R/SklearnClassifier.R

computeGridPerformanceR Documentation

Computes grid performance with a specified performance function

Description

Computes grid performance with a specified performance function

Usage

computeGridPerformance(prediction, param, performanceFunct = "computeAuc")

Arguments

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'“

Value

A list with overview of the performance


OHDSI/PatientLevelPrediction documentation built on April 27, 2024, 8:11 p.m.