sktime/sktime

[ENH] interface testing procedures from `arch` package

Ouverte

#5 382 ouverte le 7 oct. 2023

 (2 commentaires) (0 réaction) (0 personne assignée)Python (1 192 forks)batch import
enhancementfeature requestgood first issueinterfacing algorithmsmodule:parameter-estimators

Métriques du dépôt

Stars
 (7 162 étoiles)
Métriques de merge PR
 (Merge moyen 26j 10h) (86 PRs mergées en 30 j)

Description

I've looked at the arch package recommended by @Vasudeva-bit, and noticed that there are a number of testing procedures that would be interesting as components in sktime: https://github.com/bashtage/arch#unit-root-tests https://github.com/bashtage/arch#cointegration-testing-and-analysis

These could/should follow the param_est(parameter estimator) template, and should follow similar design to ADF and KPSS (from statsmodels) already present in sktime.

Good first issue, FYI @Vasudeva-bit

Guide contributeur