[FR] Autologging functionality for scikit-learn integration with XGBoost (and LightGBM)
See original GitHub issueMLflow Roadmap Item
This is an MLflow Roadmap item that has been prioritized by the MLflow maintainers. We’re seeking help with the implementation of roadmap items tagged with the help wanted
label. Items tagged with the needs design
label are awaiting a design sketch from an MLflow maintainer: @WeichenXu123.
For requirements clarifications and implementation questions, or to request a PR review, please tag @WeichenXu123 in your communications related to this issue.
Proposal Summary
Hello,
When trying to implement autolog() function for XGBoostClassifier and XGBoostRegressor, we are not able to see the metrics and parameters or models which are getting logged. Can you please address this issue.
Thanks.
PFA added code for XGBoostRegressor which is to be converted to .py file to replicate the issue boston.txt
Issue Analytics
- State:
- Created 2 years ago
- Comments:25 (16 by maintainers)
Logging feature impotance within sklearn autologging sounds good to me.
Thanks a bunch, @jwyyy ! Sounds good!