Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEEDBACK] How to store Headless features (both in Prod and LabSDK) #208

Open
AlmogBaku opened this issue Dec 3, 2022 · 0 comments
Open
Labels
enhancement New feature or request roadmap This issue is part of the roadmap

Comments

@AlmogBaku
Copy link
Member

Background

How should we store Headless features? and should we?

  1. We MUST have the values for training purposes.
    1. When preparing the FeatureSet: We can run the function against the "key" feature timestamp.
    2. Alternatively, you can run your Headless feature against a DataSource for the sake of "replaying"
  2. What should we do on prod?
    1. should we record the calculations of the "get"?
    2. Alternatively, we might build a special mechanism on the "client-side" that retrieve the FeatureSet(similar to §1.2). This will close the gate over the "simple solution" we have right now for FeatureSet retrieval(= via a view written in SQL)

What do you propose to do?

TBD.

What have you already tried?

No response

What else should we know?

No response

@AlmogBaku AlmogBaku added the enhancement New feature or request label Dec 3, 2022
@AlmogBaku AlmogBaku added the roadmap This issue is part of the roadmap label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request roadmap This issue is part of the roadmap
Projects
None yet
Development

No branches or pull requests

1 participant