feast-dev/feast

Loading 600K features from a parquet file

Open

#4 589 ouverte le 30 sept. 2024

Voir sur GitHub
 (5 commentaires) (0 réactions) (1 assigné)Python (896 forks)batch import
good first issuekind/bugpriority/p2wontfix

Métriques du dépôt

Stars
 (5 029 stars)
Métriques de merge PR
 (Merge moyen 8j 20h) (55 PRs mergées en 30 j)

Description

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

Guide contributeur