dmlc / XGBoost.jl

XGBoost Julia Package
Other
288 stars 111 forks source link

Add integration test #200

Closed rikhuijzer closed 8 months ago

rikhuijzer commented 8 months ago

Based on https://github.com/TuringLang/Libtask.jl/blob/master/.github/workflows/IntegrationTest.yml.

rikhuijzer commented 8 months ago

The integration tests seem to work. In 9a73ab6, it was still tested against master of MLJXGBoostInterface which restricted the version to an older XGBoost. There, the tests correctly skipped running because of incompatible versions. At the time of 90bd4fb, MLJXGboost loosened the compat again and the tests run and succeed.

ExpandingMan commented 8 months ago

Great, thanks!