Skip to content

How much history is included in dataframe transformations? #443

Answered by simba-git
samuell asked this question in Q&A
Discussion options

You must be logged in to vote

By default, FF will use all of the existing data. I wouldn't expect a few million of rows to take very long though, less than a couple mins. Another technique we've seen is to create a transformation on the main dataset that filters all rows before a specific point of time then run your transformations/features/etc. on top of that table.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by samuell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants