You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test the library for multivariate regression and time series forecasting (single and multi steps ahead), but the very basic tutorials in the doc and in the README.md fails for both tasks and all throw the same error. The error is an AttributeError and occurs when calling the final $model.get_X_preds($args) function. Below the mentioned code, the exact error trace and my running environment details in case it proves useful.
The text was updated successfully, but these errors were encountered:
andreakiro
changed the title
Multivariate Regression and Forecasting basic tutorials throws an error
Multivariate Regression and Forecasting basic tutorials throw an error
Nov 21, 2022
Thank you for raising this issue. It's indeed a bug.
I've already fixed it in GitHub. If you use the pip install from GitHub method and rerun your code it should work well:
I wanted to test the library for multivariate regression and time series forecasting (single and multi steps ahead), but the very basic tutorials in the doc and in the README.md fails for both tasks and all throw the same error. The error is an
AttributeError
and occurs when calling the final$model.get_X_preds($args)
function. Below the mentioned code, the exact error trace and my running environment details in case it proves useful.Environment
Code snippet
Error trace
The text was updated successfully, but these errors were encountered: