fix: incorrect linking (#1121)

This commit is contained in:
Andrew Ferlitsch
2022-10-05 18:28:32 -07:00
committed by GitHub
parent 01236836f2
commit c27381139b
17 changed files with 43 additions and 43 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[Using Vertex AI Feature Store with pandas DataFrame](official/feature_store/sdk-feature-store-pandas.ipynb)
[Using Vertex AI Feature Store with pandas DataFrame](https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/feature_store/sdk-feature-store-pandas.ipynb)
Learn how to use `Vertex AI Feature Store` with pandas DataFrame.
@@ -13,7 +13,7 @@ The steps performed include:
- Online serving with updated feature values.
- Point-in-time correctness to fetch feature values for training.
[Online and Batch predictions using Vertex AI Feature Store](official/feature_store/sdk-feature-store.ipynb)
[Online and Batch predictions using Vertex AI Feature Store](https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/feature_store/sdk-feature-store.ipynb)
Learn how to use `Vertex AI Feature Store` to import feature data, and to access the feature data for both online serving and offline tasks, such as training.