Skip to content

Commit

Permalink
Ignore the first column as well, just leave Dest around.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed May 19, 2015
1 parent 4bff9a2 commit 8f7f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/hex/drf/DRFTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public static class repro {
parms.source = tfr;
parms.validation = test;
//parms.ignored_cols_by_name = new int[]{4,5,6};
parms.ignored_cols_by_name = new int[]{1,2,3,4,5,7};
parms.ignored_cols_by_name = new int[]{0,1,2,3,4,5,7};
parms.response = tfr.lastVec();
parms.nbins = 20;
parms.ntrees = 1;
Expand Down

0 comments on commit 8f7f697

Please sign in to comment.