feature-store
Here are 21 public repositories matching this topic...
pstmt is useless, delete it. And delete statement in finally block.
Pivot missing categories breaks FeatureSet/AggregatedFeatureSet
Summary
When defining a feature set, it's expected that pivot will have all categories and, as a consequence, the resulting Source dataframe will be suitable to be transformed. When a different behavior happens, FeatureSet and AggregatedFeatureSet breaks.
Feature related:
Age: legacy
-
Updated
Apr 25, 2022 - Jupyter Notebook
-
Updated
May 16, 2021 - Python
-
Updated
May 14, 2020 - Vue
-
Updated
Mar 29, 2022 - Python
-
Updated
Mar 30, 2022 - Python
-
Updated
Feb 3, 2022 - Shell
-
Updated
Nov 23, 2021 - Jupyter Notebook
-
Updated
Apr 7, 2022 - Python
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
Aug 31, 2020
-
Updated
Nov 1, 2020
Feast currently uses the develop tag as the default image for it's services. Swap to a proper tag to ensure it works in the future.
See https://github.com/feast-dev/feast-helm-charts/blob/main/values.yaml
-
Updated
Jan 30, 2022 - Python
-
Updated
Apr 20, 2022
-
Updated
Mar 1, 2022 - JavaScript
Improve this page
Add a description, image, and links to the feature-store topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature-store topic, visit your repo's landing page and select "manage topics."
Expected Behavior
Feast should allow users to create feature views with .csv data sources and retrieve features from offline store without any issues.
Current Behavior
Presently, I have a .csv file sitting in S3 bucket and I am able to create a feature view using this .csv file but while fetching the features from offline store getting below error