feast-dev/feast

Loading 600K features from a parquet file

Offen

#4.589 geöffnet am 30.09.2024

 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (896 Forks)batch import
good first issuekind/bugpriority/p2wontfix

Repository-Metriken

Stars
 (5.029 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 1h) (59 gemergte PRs in 30 T)

Beschreibung

Context

Given the sample files from the OpenShift AI tutorial - Fraud detection example, repo link, including 600,000 rows modelling a fraud detection dataset.

Objective

I want to model the same training dataset as a Feast offline store using a FileSource and then fetch all the historical features at once.

See all the details to replicate the issue here: https://github.com/dmartinol/feast_issue_600K

Contributor Guide