-
Notifications
You must be signed in to change notification settings - Fork 479
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
Unable to extract LR coefficients #1565
Comments
Hi Joe, I was able to get the coefficients like this. Not sure if you are only interested in future regressors, but I also added lagged and event just in case:
I can also create a PR to make the coefficients more easily accessible. @ourownstory would be great to know what you think Oskar. Hope this helps! Constantin |
Hi Constantin - so sorry, I absolutely missed that you'd responded on this. Thanks for taking the time to put this together - let me give it a try and I'll get back to you. Joe |
Hi, I'm using NP as part of a forecasting tool I'm building.
I'd really like to be able to access the linear regression coefficient estimates for my additional regressors.
In Prophet I'm able to do this using the regressor_coefficients() function, however I can't find anything in the NP documentation about how to do this.
Any help/suggestions appreciated
Thanks
Joe
The text was updated successfully, but these errors were encountered: