databricks / spark-deep-learning

Deep Learning Pipelines for Apache Spark
https://databricks.github.io/spark-deep-learning
Apache License 2.0
1.99k stars 494 forks source link

[ML-12690] Add doc of Xgboost API #237

Closed WeichenXu123 closed 3 years ago

WeichenXu123 commented 3 years ago

Add doc of Xgboost API

Build doc commands:

pip3 install sphinx==3.2.1 pyspark==3.0.1 tensorflow-cpu==1.15.0 # install deps for building docs
cd docs/
make clean html

image image image