sql-machine-learning / sqlflow

Brings SQL and AI together.

Home Page:https://sqlflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO EXPLAIN support distributed execution for XGBoost.

brightcoder01 opened this issue · comments

At the present, TO EXPLAIN for XGBoost model only support single machine execution. It will cost a long time for a large dataset. Distributed execution is necessary for performance speed up.