Skip to content

Required characteristics of feature views in the on-demand feature #4372

Closed Answered by tokoko
ndenStanford asked this question in Q&A
Discussion options

You must be logged in to vote

They don't really need to have anything in common, odfvs don't have a concept of an entity. your entity_df will first be used to retrieve data from concrete feature views (so entity_df must contain whatever join keys driver_hourly_stats requires) and then transformation inside odfv will be applied to the retrieved dataset to generate new features.

The main rationale for having a separate feature view for odfvs is that they could depend on more than one unrelated feature views. Those feature views might even have different entities. odfvs don't really care about that as they are basically row-level transformations applied after all other feature views have already been retrieved.

Have you …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ndenStanford
Comment options

@ndenStanford
Comment options

Answer selected by ndenStanford
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants