You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add type annotation
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field for FeatureViewProjection
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field for BaseFeatureView
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field for RequestFeatureView
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Enforce kwargs for ODFVs and switch from Feature to Field and from `features` to `schema`
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field and from `features` to `schema` for FeatureView
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Fix references to `features` and Feature
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from `Feature` to `Field` for ODFV in tests
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in templates
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in example test repos
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in registration integration tests
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in non-registration integration tests
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in random tests
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in ui
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in some universal feature views
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch from Feature to Field in docs
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Add assertion that BaseFeatureView is always initialized with a name
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Fix imports in docs
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
@@ -115,9 +121,11 @@ A feature is an individual measurable property. It is typically a property obser
115
121
Features are defined as part of feature views. Since Feast does not transform data, a feature is essentially a schema that only contains a name and a type:
0 commit comments