-
Notifications
You must be signed in to change notification settings - Fork 706
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
Comments
There are two training APIs. One is We choose the former because the latter is directly supported (need to call |
Hi @tonyyang-svail ,thanks for your remind, would use the |
Can we close this issue now? @Yancey1989 @typhoonzero @tonyyang-svail |
@shendiaomo sure, thanks for reminding. |
Uh oh!
There was an error while loading. Please reload this page.
TODO:
- [ ] To support xgboost and ant-xgboost in SQLFlow #758codegen_xgb
which can run e2e on the TRAIN SQL. @Yancey1989 Initialize XGBoost codegen #765xgboost.train
arguments and XGBoost Parameters. @Yancey1989 convert WITH clause to xgboost params #780PREDICT
using the trained model. @typhoonzeroANALYZE
SQL @Yancey1989 verify xgboost with SHAP #790booster
type, ref: https://xgboost.readthedocs.io/en/latest/parameter.html#xgboost-parameters- [ ] [enhancement] Survey auto-train with XGBoost.- [ ] Support sparse data formatThe text was updated successfully, but these errors were encountered: