Skip to content

XGBoost on SQLFlow #749

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

Closed
6 tasks done
Yancey0623 opened this issue Aug 30, 2019 · 4 comments
Closed
6 tasks done

XGBoost on SQLFlow #749

Yancey0623 opened this issue Aug 30, 2019 · 4 comments
Assignees

Comments

@Yancey0623
Copy link
Collaborator

Yancey0623 commented Aug 30, 2019

TODO:
- [ ] To support xgboost and ant-xgboost in SQLFlow #758

@tonyyang-svail
Copy link
Collaborator

tonyyang-svail commented Sep 3, 2019

There are two training APIs. One is xgboost.train that returns a Booster object; One is Scikit Learn API like XGBRegressor.fit that belongs to a xgboost.sklearn.XGBModel object.

We choose the former because the latter is directly supported (need to call get_booster) by SHAP as described at #727 (comment).

@Yancey0623
Copy link
Collaborator Author

Hi @tonyyang-svail ,thanks for your remind, would use the xgboost.train API.

@shendiaomo
Copy link
Collaborator

Can we close this issue now? @Yancey1989 @typhoonzero @tonyyang-svail

@Yancey0623
Copy link
Collaborator Author

@shendiaomo sure, thanks for reminding.

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

No branches or pull requests

5 participants