Skip to content

Commit

Permalink
GH-15809: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
syzonyuliia-h2o authored and wendycwong committed Feb 5, 2024
1 parent c8f0487 commit 211ba61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h2o-algos/src/main/java/hex/generic/GenericModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ protected PredictScoreResult predictScoreImpl(Frame fr, Frame adaptFrm, String d
return predictScoreMojoImpl(fr, destination_key, j, computeMetrics);
} else
return super.predictScoreImpl(fr, adaptFrm, destination_key, j, computeMetrics, customMetricFunc);
// return super.predictScoreImpl(fr, adaptFrm, destination_key, j, true, customMetricFunc);
}

private Iced getParamByName(String name) {
Expand Down

0 comments on commit 211ba61

Please sign in to comment.