Graham Billey

Results 4 issues of 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...

feature request
good first issue
module:forecasting
enhancement

**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...

bug

**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...

feature request
enhancement
module:metrics&benchmarking

#### 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...

good first issue
documentation