-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
enhancementNew feature, improvement request or other non-bug code enhancementNew feature, improvement request or other non-bug code enhancementforecastingForecasting packageForecasting package
Description
Describe the feature or idea you want to propose
Hi,
First, thank you for the great work on implementing a Python-native and efficient version of ARIMA.
It would be very helpful if ARIMA could support the use of exogenous variables (exog). This would enable users to incorporate additional predictors into their time series models, making the implementation more flexible and powerful.
Thanks again for your efforts on this project!
Describe your proposed solution
I don’t have a concrete implementation proposal at the moment. My request is mainly for adding support for exogenous variables (exog) within the ARIMA implementation, similar to what is available in libraries like statsmodels. I’d be happy to test or provide feedback once a design or prototype is available.
Describe alternatives you've considered, if relevant
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature, improvement request or other non-bug code enhancementNew feature, improvement request or other non-bug code enhancementforecastingForecasting packageForecasting package