Leonidas Tsaprounis

Results 6 issues of Leonidas Tsaprounis

**Describe the bug** When checking for equality for two identical `sktime.forecasting.base.ForecastingHorizon` where the values are `pandas.PeriodIndex` the output is an `numpy.ndarray` where all the elements are False. **To Reproduce** ```python...

bug
module:forecasting

Proposing to add a new method in the base forecaster class called `simulate`. This method will return a multiindex m-type containing multiple forecast simulations, similar to the Bootstrapping transformers return...

feature request
module:forecasting
enhancement

#### Reference Issues/PRs fixes #3461 #### What does this implement/fix? Explain your changes. Prototype for simulate method in forecaster base class with a statsmodels implementation. #### PR checklist ##### For...

Related to #7331 **tl;dr:** This PR fixes a small issue in the likelihood calculation of ETS models with multiplicative errors, that caused them to have low ICs and unreasonable forecasts....

Introducing the ADAM python class (for now it does nothing)...

In the notebooks we treat the STLTransformer as a detrender / deseasonaliser. However the sktime implementation is only a deseasonaliser. As a quickfix I'll add the sktime detrender as a...