ForecasterΒΆ
MethodsΒΆ
forecast
Makes forecast at each step of the given horizon.
Parameters
- horizon ('int')
- xs ('typing.Optional[list[dict]]') β defaults to
None
learn_one
Updates the model.
Parameters
- y ('float')
- x ('dict') β defaults to
None