Skip to content

Commit

Permalink
Updated test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed May 15, 2019
1 parent fd8626a commit 5f1cd95
Show file tree
Hide file tree
Showing 45 changed files with 15,464 additions and 15,464 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public XGBoostMojoModelConverterTest(){
public void evaluateAudit() throws Exception {
FieldName[] targetFields = {FieldName.create("Adjusted")};

evaluate("XGBoost", "Audit", excludeFields(targetFields), new PMMLEquivalence(3e-6, 3e-6));
evaluate("XGBoost", "Audit", excludeFields(targetFields), new PMMLEquivalence(6e-6, 6e-6));
}

@Test
Expand Down
Loading

0 comments on commit 5f1cd95

Please sign in to comment.