Skip to content

Commit

Permalink
rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
maurever committed Aug 23, 2023
1 parent b73cc95 commit bab109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-genmodel/src/main/java/hex/genmodel/GenModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public String[] getOutputNames() {
outputNames = new String[]{"lp"};
break;
case BinomialUplift:
outputNames = new String[]{"uplift_predict", "p_y1_ct1", "p_y1_ct0"};
outputNames = new String[]{"uplift_predict", "p_y1_with_treatment", "p_y1_without_treatment"};
break;
default:
throw new UnsupportedOperationException("Getting output column names for model category '" +
Expand Down

0 comments on commit bab109e

Please sign in to comment.