Skip to content

Commit

Permalink
Fix migration to githubissues (#15897)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 authored Nov 1, 2023
1 parent 12d208b commit c4a4c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-r/tests/testdir_algos/gbm/runit_GBM_bernoulli.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4a4c86

Please sign in to comment.