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