-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Problem with mutate()
column ols
. ℹ ols = (function (object, ...) ...
. x variable names are limited to 10000 bytes
#336
Comments
This is odd, and without your data it is tricky to determine why this is happening. If you're able to reproduce this with some dummy data you can provide, that would be very helpful. |
Here is the full context of the error. I am going to try to re-create with dummy data today.
|
Hello,
I am receiving an error when using the reconcile() function. I am performing hierarchical forecasting on a data set with many hierarchical levels.
I suspect this error is occurring because I have 7 columns in my hierarchy, with thousands of of levels for these columns. I know this is not reproducible code, but I think the description of my problem is clear.
Is there a maximum size to a hierarchy that the reconcile function is intended to work with? Is it possible that the source code will be changed to accommodate larger hierarchies?
I am curious to learn more about this topic, and I love the fable package and its functionality.
The text was updated successfully, but these errors were encountered: