From c4a4c864a400522635c5c070eaca42495c22dbf7 Mon Sep 17 00:00:00 2001 From: Adam Valenta Date: Wed, 1 Nov 2023 17:04:46 +0100 Subject: [PATCH] Fix migration to githubissues (#15897) --- h2o-r/tests/testdir_algos/gbm/runit_GBM_bernoulli.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2o-r/tests/testdir_algos/gbm/runit_GBM_bernoulli.R b/h2o-r/tests/testdir_algos/gbm/runit_GBM_bernoulli.R index f37175052919..99f5b18f9c6d 100644 --- a/h2o-r/tests/testdir_algos/gbm/runit_GBM_bernoulli.R +++ b/h2o-r/tests/testdir_algos/gbm/runit_GBM_bernoulli.R @@ -49,7 +49,7 @@ test.GBM.bernoulli <- function() { R.auc <- gbm.roc.area(prostate.data$CAPSULE,R.preds) Log.info(paste("R AUC:", R.auc, "\tH2O AUC:", h2o.auc(h2o.performance(prostate.h2o)))) - # PUBDEV-515 + # GH-13556 f0 = log(mean(prostate.data$CAPSULE)/(1-mean(prostate.data$CAPSULE))) print(f0) print(prostate.h2o@model$init_f)