Skip to content

Commit

Permalink
Update (ignored) Airline 1M JUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed May 19, 2015
1 parent cce7bed commit 873ac68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/hex/drf/DRFTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public static class repro {
// Load data, hack frames
tfr = parseFrame(Key.make("air.hex"), "/users/arno/sz_bench_data/train-1m.csv");
test = parseFrame(Key.make("airt.hex"), "/users/arno/sz_bench_data/test.csv");
for (int i : new int[]{4,5,6}) {
for (int i : new int[]{0,1,2}) {
tfr.vecs()[i] = tfr.vecs()[i].toEnum();
test.vecs()[i] = test.vecs()[i].toEnum();
}
Expand All @@ -297,7 +297,7 @@ public static class repro {
// parms.ignored_cols_by_name = new int[]{0,1,2,3,4,5,7};
parms.response = tfr.lastVec();
parms.nbins = 20;
parms.ntrees = 10;
parms.ntrees = 100;
parms.max_depth = 20;
parms.mtries = -1;
parms.sample_rate = 0.667f;
Expand Down

0 comments on commit 873ac68

Please sign in to comment.