Skip to content

Commit

Permalink
Fix ModelBuilder bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maurever committed Nov 27, 2024
1 parent bec22a2 commit 3661e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h2o-core/src/main/java/hex/ModelBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -1236,8 +1236,8 @@ public int separateFeatureVecs() {
++res;
}
} else {
_treatment = null;
assert(!hasTreatmentCol());
_id = null;
assert(!hasIdCol());
}
if(isSupervised() && _parms._response_column != null) {
_response = _train.remove(_parms._response_column);
Expand Down

0 comments on commit 3661e7e

Please sign in to comment.