Skip to content

Commit

Permalink
Ensured compatibility with H2O.ai 3.28(.0.3). Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Feb 12, 2020
1 parent 28cd735 commit 648259d
Show file tree
Hide file tree
Showing 32 changed files with 2,442 additions and 2,442 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/jpmml/h2o/XGBoostMojoReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ protected XGBoostMojoModel makeModel(String[] columns, String[][] domains, Strin

@Override
public String mojoVersion(){
return "1.00";
return "1.10";
}
}
3,798 changes: 1,899 additions & 1,899 deletions src/test/resources/csv/StackedEnsembleAuditNA.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 648259d

Please sign in to comment.