Skip to content

Commit

Permalink
[air example] train a Keras model on tabular data and serve it. (ray-…
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjiang2010 authored May 26, 2022
1 parent fb2933a commit ff1fb9b
Show file tree
Hide file tree
Showing 3 changed files with 1,869 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ parts:
- file: ray-air/examples/xgboost_example
- file: ray-air/examples/huggingface_text_classification
title: "Fine-tune a 🤗 Transformers model"
- file: ray-air/examples/tfx_tabular_train_to_serve
title: "Train a Keras model with Tabular data and serve it"
- file: ray-air/package-ref
- file: ray-more-libs/joblib
- file: ray-more-libs/lightgbm-ray
Expand Down
8 changes: 8 additions & 0 deletions doc/source/ray-air/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ Hugging Face Examples
---------------------

- :doc:`/ray-air/examples/huggingface_text_classification`: How to use Ray AIR to run Hugging Face Transformers fine-tuning on a text classification task.

.. air-tabular-training-serving-examples:
Tabular data training to serving example
----------------------------------------

- :doc:`/ray-air/examples/tfx_tabular_train_to_serve`: How to use Ray AIR to train a Keras model on tabular data and serve it.

Loading

0 comments on commit ff1fb9b

Please sign in to comment.