Closed bdiptesh closed 2 years ago
Time series method to predict the next n intervals.
Add a time series method for building forecasting models with/without exogenous variables using GLMNet.
df: pandas.DataFrame y_var: List[str] x_var: List[str] method: Union[str] param: Dict
predict
No response
Integration tests
v0.4.0
Is your feature request related to a problem? Please describe.
Time series method to predict the next n intervals.
Describe the solution you'd like
Add a time series method for building forecasting models with/without exogenous variables using GLMNet.
Expected input(s)
Expected output(s)
Additional context
No response
Acceptance criteria
Integration tests
Version
v0.4.0