Skip to content

Commit c4afe12

Browse files
committed
Implement copilot suggestion
1 parent 4b6fde8 commit c4afe12

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

h2o-algos/src/main/java/hex/glm/GLMScore.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ public GLMScore(Job j, GLMModel m, DataInfo dinfo, String[] domain, boolean comp
119119
double maxRow = 0;
120120
for (int c = 0; c < bm.length; ++c) {
121121
eta[c] = r.innerProduct(bm[c]);
122-
if(!_m._useRemoveOffsetEffects) {
123-
eta[c] += o;
124-
}
125122
if(eta[c] > maxRow)
126123
maxRow = eta[c];
127124
}

0 commit comments

Comments
 (0)