Is it possible to perform a rolling linear regression with Vaex? #1829
Answered
by
maartenbreddels
LamBadaMan
asked this question in
Q&A
-
Hi, from my understanding, vaex.rolling.Rolling creates a rolling window object and Vaex provides a wrapper for any scikit-learn estimator. However, I do not know how I can get a rolling window regression to work. Would it be possible to provide me with exemplary code to implement a rolling linear regression? |
Beta Was this translation helpful? Give feedback.
Answered by
maartenbreddels
Jan 14, 2022
Replies: 1 comment
-
Interesting question. I don't think this will give stellar performance, but it may be a good first start:
Working with it
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LamBadaMan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting question. I don't think this will give stellar performance, but it may be a good first start: