Skip to content

Commit

Permalink
GH-15809: fit test - add default parameters
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 a6c8bda commit 4a90a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ protected void doSth() {
GBMModel.GBMOutput output = new GBMModel.GBMOutput(new GBM(parms));
Model res = new GBMModel(_job._result, parms, output);
Frame fr = aml().getTrainingFrame();
output._training_metrics = new ModelMetricsRegression(res, fr, 1, 1, 1, 1, 1, 1, null);
output._training_metrics = new ModelMetricsRegression(res, fr, 1, 1, 1, 1, 1, 1, null, 0, 0);
DKV.put(_job._result, res);
}
}
Expand Down

0 comments on commit 4a90a0b

Please sign in to comment.