Skip to content

refactors PmdArimaAdapter#1016

Merged
fkiraly merged 1 commit intosktime:mainfrom
thayeylolu:refactor-arima
Jun 23, 2021
Merged

refactors PmdArimaAdapter#1016
fkiraly merged 1 commit intosktime:mainfrom
thayeylolu:refactor-arima

Conversation

@thayeylolu
Copy link
Collaborator

Reference : #955

We need to slowly re-factor all forecasters to be compliant with the new interface (see PR #912). i.e., no overrides of fit etc and descendant classes only implementing core logic, while the BaseForecaster implements check etc logic.

Currently this is running due to various downwards compatibility workarounds, which should be removed once all forecasters are ready (in "no-override" state)

The forecasters that still need a downstream refactor are:

  • PmdArimaAdapter and descendants ARIMA, AutoARIMA

@fkiraly fkiraly requested review from aiwalter, fkiraly and mloning June 22, 2021 12:21
@thayeylolu thayeylolu marked this pull request as ready for review June 22, 2021 15:36
Copy link
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me. I guess univariate-only should be False, but we can deal with this later.

@fkiraly fkiraly merged commit e2a9c27 into sktime:main Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants