How to use XGboost in PySpark Pipeline

后端 未结 3 1148
面向向阳花
面向向阳花 2021-02-09 04:23

I want to update my code of pyspark. In the pyspark, it must put the base model in a pipeline, the office demo of pipeline use the LogistictRegression as an base model. However,

3条回答
  •  天涯浪人
    2021-02-09 04:57

    There is an XBoost Implementation for Spark 2.4 and over here:

    https://xgboost.readthedocs.io

    Note that this is an external library but it should work easily with spark.

提交回复
热议问题