JuliaAI / MLJXGBoostInterface.jl

MIT License
11 stars 5 forks source link

Fix watchlist error via compat #47

Closed rikhuijzer closed 10 months ago

rikhuijzer commented 10 months ago

Workaround for #46. This patch should hopefully ensure that no updated Julia instances will run the outdated MLJXGBoostInterface code against XGBoost version 2.5.0.

As a side-note, I expected XGBoost = "2.0.1" to go only to <2.1.0, but that's apparently not true. EDIT: Oh wait. That makes sense. Normally a 2.4 to 2.5 should not be breaking, but in this case it was. Anyway, let's just fix it and be done with it.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7fe96e2) 57.25% compared to head (b8416d4) 87.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #47 +/- ## =========================================== + Coverage 57.25% 87.65% +30.39% =========================================== Files 1 1 Lines 124 81 -43 =========================================== Hits 71 71 + Misses 53 10 -43 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.