Skip to content

Commit

Permalink
add missing code deleted by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
wendycwong committed Oct 20, 2024
1 parent 5ddd7b7 commit cd0d909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h2o-algos/src/main/java/hex/glm/GLM.java
Original file line number Diff line number Diff line change
Expand Up @@ -3413,6 +3413,7 @@ private void scorePostProcessing(Frame train, long t1) {
}
if (_parms._lambda_search)
_model._output._scoring_history = _lambdaSearchScoringHistory.to2dTable();
else
_model._output._scoring_history = _scoringHistory.to2dTable(_parms, _xval_deviances_generate_SH,
_xval_sd_generate_SH);

Expand Down

0 comments on commit cd0d909

Please sign in to comment.