Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix watchlist error via compat #47

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

rikhuijzer
Copy link
Member

@rikhuijzer rikhuijzer commented Nov 21, 2023

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.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@             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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rikhuijzer rikhuijzer merged commit 8e1af96 into JuliaAI:master Nov 21, 2023
4 checks passed
@rikhuijzer rikhuijzer deleted the rh/fix-watchlist branch November 21, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant