Graham Billey
Graham Billey
**Is your feature request related to a problem? Please describe.** To my knowledge, the only forecaster currently implemented specifically designed to forecast intermittent demand is Croston. **Describe the solution you'd...
**Describe the bug** ``` RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 64 but got size 44 for tensor number 54 in the list. ``` When...
**Is your feature request related to a problem? Please describe.** `sktime.forecasting.model_evaluation.evaluate` calculates error metrics separately for each cv window. This adds an extra step for the user if we want...
#### Describe the issue linked to the documentation `ExpandingWindowSplitter` used to be under `sktime.forecasting` but has been moved to `sktime.split`. However the documentation for old versions of the package is...