# NOT RUN {
RemixClassificationMetrics <- function(
MLModels = "catboost",
TargetVariable = "Adrian",
Thresholds = seq(0.01,0.99,0.01),
CostMatrix = c(1,0,0,1),
ClassLabels = c(1,0),
CatBoostTestData = NULL,
H2oAutoMLTestData = NULL,
H2oGBMTestData = NULL,
H2oGAMTestData = NULL,
H2oDRFTestData = NULL,
H2oGLMTestData = NULL,
XGBoostTestData = NULL)
# }
Run the code above in your browser using DataLab