Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Optimize code for lagged attribute computation #178

Open
jds485 opened this issue Jul 28, 2022 · 0 comments
Open

Optimize code for lagged attribute computation #178

jds485 opened this issue Jul 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jds485
Copy link
Member

jds485 commented Jul 28, 2022

Several suggestions from #175:

  • use foreach parallelization over the lags here and here

  • use data.table for large data frame computations here and here

  • consider an alternative to summarize here

  • Implement dynamic branching over the attributes and the lags, described here

@jds485 jds485 added the enhancement New feature or request label Jul 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant