Skip to content

Commit

Permalink
Increase tolerance in pyunit_PUBDEV_6117_xgboost_compare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfryda committed Jan 19, 2024
1 parent 60297c7 commit 35f65b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def comparison_test():
dtrain=nativeXGBoostInput, num_boost_round=nativeXGBoostParam[1])
nativePred = nativeModel.predict(data=nativeXGBoostInput, ntree_limit=nativeXGBoostParam[1])
pyunit_utils.summarizeResult_binomial(h2oPredictD, nativePred, -1, -1, -1,
-1, tolerance=1e-10)
-1, tolerance=1e-7)
else:
print("******** Test skipped. This test cannot be performed in multinode environment.")

Expand Down

0 comments on commit 35f65b8

Please sign in to comment.