Update Orca How-to index (#7137)

* update index

* fix style

* fix ray

* fix

* update
This commit is contained in:
Kai Huang 2022-12-30 17:11:11 +08:00 committed by GitHub
parent f57e296448
commit 189a2f5179
3 changed files with 23 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Use AutoXGBoost to auto-tune XGBoost parameters
# Enable AutoML for XGBoost
---

View file

@ -1,7 +1,26 @@
Orca How-to Guides
=========================
**TensorFlow:**
* `Scale TensorFlow 2 Applications <tf2keras-quickstart.html>`__
* `Scale TensorFlow 1.15 Applications <tf1-quickstart.html>`__
* `Scale Keras 2.3 Applications <tf1keras-quickstart.html>`__
**PyTorch:**
* `Scale PyTorch Applications <pytorch-quickstart.html>`__
**Ray:**
* `Run Ray programs on Big Data clusters <ray-quickstart.html>`__
**Data Processing:**
* `Use Spark DataFrames for Deep Learning <spark-dataframe.html>`__
* `Use Distributed Pandas for Deep Learning <xshards-pandas.html>`__
* `Enable AutoML for PyTorch <orca-autoestimator-pytorch-quickstart.html>`__
* `Use AutoXGBoost to auto-tune XGBoost parameters <orca-autoxgboost-quickstart.html>`__
**AutoML:**
* `Enable AutoML for PyTorch <autoestimator-pytorch-quickstart.html>`__
* `Enable AutoML for XGBoost <autoxgboost-quickstart.html>`__

View file

@ -1,4 +1,4 @@
# Scale TensorFlow2 Applications
# Scale TensorFlow 2 Applications
---