Skip to content

Commit

Permalink
foxed glm test, use correct prostate file in testBounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnykodym committed May 13, 2015
1 parent bc86c8c commit 132962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/hex/GLMTest2.java
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ final static public void testHTML(GLMModel m) {
Key parsed = Key.make("prostate_parsed");
Key modelKey = Key.make("prostate_model");
GLMModel model = null;
Frame fr = getFrameForFile(parsed, "smalldata/glm_test/prostate_cat_replaced.csv", new String[]{"ID"}, "CAPSULE");
Frame fr = getFrameForFile(parsed, "smalldata/logreg/prostate.csv", new String[]{"ID"}, "CAPSULE");
Key k = Key.make("rebalanced");
H2O.submitTask(new RebalanceDataSet(fr, k, 64)).join();
fr.delete();
Expand Down

0 comments on commit 132962f

Please sign in to comment.