-
Notifications
You must be signed in to change notification settings - Fork 369
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 irreproducible inference due to the imprecise floating point values in xgboost's get_dump #500
Conversation
save_model
method
save_model
method
Summary of our chat at Haystack:
|
@wrigleyDan a small correction: shall we rename it to |
Thanks, copied the old name and forgot to change it. Well spotted, corrected it in the comment above. |
Hi @wrigleyDan, I've pushed a few changes that should cover the code-related action points that we've outlined:
Please let me know if I can provide any assistance with the docs and/or the notebook, I'd be glad to help :D |
Thanks for making the changes so quickly @pltb!
Could you have a look and resolve these so we don't see any checkStyle violations when running the tests? Thanks! |
@wrigleyDan ah I totally missed it 😅 |
Thanks for the contribution and thanks for your patience @pltb
If you want to take a stab at them feel free to do so and/or let me know. |
Tries to address the issues of using the output of the
get_dump
method in xgboost as the import format by parsing the output ofsave_model
insteadMore context here #497
TODO: