Skip to content

Commit

Permalink
[Docs] Add Vertex AI Feature Store enrichment notebook (apache#30689)
Browse files Browse the repository at this point in the history
* add vertex ai enrichment notebook

* address review comments, add to readme

* Update examples/notebooks/beam-ml/vertex_ai_feature_store_enrichment.ipynb

Co-authored-by: Rebecca Szper <98840847+rszper@users.noreply.github.com>

* Update examples/notebooks/beam-ml/vertex_ai_feature_store_enrichment.ipynb

Co-authored-by: Rebecca Szper <98840847+rszper@users.noreply.github.com>

* update content from review

---------

Co-authored-by: Rebecca Szper <98840847+rszper@users.noreply.github.com>
  • Loading branch information
2 people authored and hjtran committed Apr 4, 2024
1 parent 1d5c1bc commit 9e89a44
Show file tree
Hide file tree
Showing 2 changed files with 2,507 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/notebooks/beam-ml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ This section contains the following example notebooks.
* [Use MLTransform to scale data](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/data_preprocessing/scale_data.ipynb)
* [Preprocessing with the Apache Beam DataFrames API](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb)

### Data enrichment

* [Use Bigtable to enrich data](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/bigtable_enrichment_transform.ipynb)
* [Use Vertex AI Feature Store for feature enrichment](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/vertex_ai_feature_store_enrichment.ipynb)

### Prediction and inference with pretrained models

* [Apache Beam RunInference for PyTorch](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_pytorch.ipynb)
Expand Down
Loading

0 comments on commit 9e89a44

Please sign in to comment.