-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
featureNew feature or requestNew feature or requeststatsStatisticsStatisticstestsIntegration/Unit testsIntegration/Unit tests
Milestone
Description
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: DictExpected output(s)
fit
predictAdditional context
No response
Acceptance criteria
- Integration tests
Version
v0.4.0 (Default)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requeststatsStatisticsStatisticstestsIntegration/Unit testsIntegration/Unit tests
Projects
Status
Done