Skip to content
#

feature-store

Here are 21 public repositories matching this topic...

chhabrakadabra
chhabrakadabra commented Jun 30, 2022

Is your feature request related to a problem? Please describe.

Feast is often hard to install alongside other python packages that use google-cloud-core. Specifically, Feast sets an upper-bound on this library (2.0.0), but the latest version is 2.3.1 and many python packages have a lower-bound of 2.0.0 and above.

Describe the solution you'd like

Remove google-cloud-core fr

kind/feature good first issue Community Contribution Needed
AlvaroMarquesAndrade
AlvaroMarquesAndrade commented Sep 17, 2020

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

bug good first issue

Improve this page

Add a description, image, and links to the feature-store topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more