Files
model_garden/notebooks/official/feature_store
Soheila ZangenehandGitHub 4eb7b3ce39 Feature Store ingestion streaming notebook (#1321)
* Add featurestore ingestion streaming nb

* Add notebook to CODEOWNERS

* Run linter

* Add pyarrow installation

* Run linter

* Resolve PR comments

* Run linter
2022-12-14 10:47:46 -08:00
..
2022-12-12 16:47:05 -08:00

Using Vertex AI Feature Store with Pandas Dataframe

Learn how to use `Vertex AI Feature Store` with pandas Dataframe.

The steps performed include:

- Ingest Feature values from Pandas DataFrame into Feature Store's Entity types.
- Read Entity feature values from Online Feature Store into Pandas DataFrame.
- Batch serve feature values from your Feature Store into Pandas DataFrame.


- 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

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.

The steps performed include:

- Create featurestore, entity type, and feature resources.
- Import feature data into `Vertex AI Feature Store` resource.
- Serve online prediction requests using the imported features.
- Access imported features in offline jobs, such as training jobs.