Skip to content

Commit

Permalink
get_feature_vector code snippet fix (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxx-zh authored Sep 25, 2023
1 parent 38c8d6b commit 808f7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/fs/feature_view/online_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ A feature vector is a row of features (without the primary key(s) and event time

It may be the case that for any given feature vector, not all features will come pre-engineered from the feature store. Some features will be provided by the client (or at least the raw data to compute the feature will come from the client). We call these 'passed' features and, similar to precomputed features from the feature store, they can also be transformed by the HSFS client in the method:

* feature_view.get_feature_vector(<primary-keys>, passed={ .... })
* feature_view.get_feature_vector(entry, passed_features={...})

0 comments on commit 808f7d2

Please sign in to comment.