Approximate memory usage? #254
ColCarroll
started this conversation in
General
Replies: 1 comment 1 reply
-
Just quickly: the random walk random field will result in a random effect matrix that is much less sparse than IID random fields, and hence more memory intensive—especially with >6000 time steps. You could try IID fields although I'm still not sure how that will perform well here. I have plans in the future for a conditional autoregressive model that is likely faster and more memory efficient in cases like this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Thanks for the nice library!
I'm attempting to run train and predict on the wind dataset, but running into memory problems. I am wondering if you can provide any intuition (or numbers!) on the memory usage, or tips for being able to successfully run this.
More specifically,
The code I am running looks like
Beta Was this translation helpful? Give feedback.
All reactions