Skip to content

Commit 8f7f697

Browse files
committed
Ignore the first column as well, just leave Dest around.
1 parent 4bff9a2 commit 8f7f697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/hex/drf/DRFTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public static class repro {
290290
parms.source = tfr;
291291
parms.validation = test;
292292
//parms.ignored_cols_by_name = new int[]{4,5,6};
293-
parms.ignored_cols_by_name = new int[]{1,2,3,4,5,7};
293+
parms.ignored_cols_by_name = new int[]{0,1,2,3,4,5,7};
294294
parms.response = tfr.lastVec();
295295
parms.nbins = 20;
296296
parms.ntrees = 1;

0 commit comments

Comments
 (0)