Skip to content

[Feature]: Random forest time series method #26

@bdiptesh

Description

@bdiptesh

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)

fit
predict

Additional context

No response

Acceptance criteria

  • Integration tests

Version

v0.4.0 (Default)

Metadata

Metadata

Labels

featureNew feature or requeststatsStatisticstestsIntegration/Unit tests

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions