Using Feature Store Reviews

2289 reviews

Srinivasa M. · Reviewed over 2 years ago

Francesco V. · Reviewed over 2 years ago

Fermin H. · Reviewed over 2 years ago

Tanmay B. · Reviewed over 2 years ago

Gianmarco C. · Reviewed over 2 years ago

Nikolai K. · Reviewed over 2 years ago

good lab

Pritesh A. · Reviewed over 2 years ago

Mounir S. · Reviewed over 2 years ago

Failed with _InactiveRpcError in first ToDo cell.

Geneva K. · Reviewed over 2 years ago

Rahul K. · Reviewed over 2 years ago

Andrew F. · Reviewed over 2 years ago

atoosa b. · Reviewed over 2 years ago

Dipanshu S. · Reviewed over 2 years ago

Denys S. · Reviewed over 2 years ago

Sahil S. · Reviewed over 2 years ago

this generated an error because the table was never created in the dataset... batch_serving_request = featurestore_service_pb2.BatchReadFeatureValuesRequest( # featurestore info featurestore=admin_client.featurestore_path(PROJECT_ID, REGION, FEATURESTORE_ID), # URL for the label data, i.e., Table 1. csv_read_instances=io_pb2.CsvSource( gcs_source=io_pb2.GcsSource(uris=[INPUT_CSV_FILE]) ), destination=featurestore_service_pb2.FeatureValueDestination( bigquery_destination=io_pb2.BigQueryDestination( # Output to BigQuery table created earlier output_uri=DESTINATION_TABLE_URI ) ), entity_type_specs=[ featurestore_service_pb2.BatchReadFeatureValuesRequest.EntityTypeSpec( # Read the 'age', 'gender' and 'liked_genres' features from the 'users' entity # TODO 3a entity_type_id="users", feature_selector=FeatureSelector( id_matcher=IdMatcher( ids=[ # features, use "*" if you want to select all features within this entity type "age", "gender", "liked_genres", ] ) ), ), featurestore_service_pb2.BatchReadFeatureValuesRequest.EntityTypeSpec( # Read the 'average_rating' and 'genres' feature values of the 'movies' entity # TODO 3b entity_type_id="movies", feature_selector=FeatureSelector( id_matcher=IdMatcher(ids=["average_rating", "genres"]) ), ), ], ) Also, i couldn't find the classes in the documentation such as... from google.cloud.aiplatform_v1beta1.types import io as io_pb2 isn't in https://cloud.google.com/python/docs/reference/aiplatform/latest/google.cloud.aiplatform_v1beta1.types.Featurestore

Tobias C. · Reviewed over 2 years ago

Jeremy A. · Reviewed over 2 years ago

Alex G. · Reviewed over 2 years ago

suvojyoti c. · Reviewed over 2 years ago

Nitin P. · Reviewed over 2 years ago

Apicha k. · Reviewed over 2 years ago

Sylvain P. · Reviewed over 2 years ago

The lab worked only when I changed the region to US East 1. There's too much python - it's much more illustrative to follow along and upload things in the UI.

Holger M. · Reviewed over 2 years ago

Jake H. · Reviewed over 2 years ago

Stoyan P. · Reviewed over 2 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.