Skip to content

Commit

Permalink
Ensured compatibility with XGBoost 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 10, 2023
1 parent 570b56e commit 58c485a
Show file tree
Hide file tree
Showing 40 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ public void evaluateMultinomialAuditNA() throws Exception {

@Test
public void evaluateMultinomialIris() throws Exception {
evaluate(MULTINOMIAL_CLASSIFICATION, IRIS, new FloatEquivalence(16));
evaluate(MULTINOMIAL_CLASSIFICATION, IRIS, new FloatEquivalence(8));
}

@Test
public void evaluateMultinomialIrisLimit() throws Exception {
evaluate(MULTINOMIAL_CLASSIFICATION, IRIS_LIMIT, new FloatEquivalence(12));
evaluate(MULTINOMIAL_CLASSIFICATION, IRIS_LIMIT, new FloatEquivalence(8));
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void evaluateGammaVisit() throws Exception {

@Test
public void evaluateGammaVisitNA() throws Exception {
evaluate(GAMMA_REGRESSION, VISIT_NA, new FloatEquivalence(24));
evaluate(GAMMA_REGRESSION, VISIT_NA, new FloatEquivalence(20));
}

@Test
Expand All @@ -95,7 +95,7 @@ public void evaluatePoissonVisit() throws Exception {

@Test
public void evaluatePoissonVisitNA() throws Exception {
evaluate(POISSON_REGRESSION, VISIT_NA, new FloatEquivalence(20));
evaluate(POISSON_REGRESSION, VISIT_NA, new FloatEquivalence(16));
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion pmml-xgboost/src/test/resources/xgboost/AFTLungNA.json

Large diffs are not rendered by default.

Binary file modified pmml-xgboost/src/test/resources/xgboost/AFTLungNA.ubj
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file modified pmml-xgboost/src/test/resources/xgboost/GammaRegressionVisit.ubj
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file modified pmml-xgboost/src/test/resources/xgboost/LinearRegressionAuto.ubj
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 58c485a

Please sign in to comment.