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 Random forest.
Expected input(s)
df: pandas.DataFrame
y_var: List[str]
x_var: List[str]
method: Union[str]
param: Dict
Expected output(s)
Additional context
No response
Acceptance criteria
Version
v0.4.0 (Default)
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 Random forest.
Expected input(s)
Expected output(s)
Additional context
No response
Acceptance criteria
Version
v0.4.0 (Default)