sktime/sktime

[ENH] merge `skchange` into `sktime`

Open

#9,636 opened on 2026年3月12日

GitHub で見る
 (11 comments) (0 reactions) (0 assignees)Python (7,162 stars) (1,192 forks)batch import
enhancementgood first issueimplementing algorithmsmodule:detection

説明

skchange seems abandoned by its maintainers now, but has a number of nice detection algorithms based on sktime. https://github.com/NorskRegnesentral/skchange

FYI @tveten, @johannvk, is this accurate?

I would suggest to merge skchange completely into sktime to ensure that it remains maintained.

For this, the contents of the skchange directory can be moved into the detection directory entirely.

The one major issue are likely the tests, which in skchange are somewhat custom; in sktime, TestAll classes either replace the tests, or may have to be added. This should be investigated.

If it is possible, it would be nice to maintain attribution to @Tveten and @johannvk in the PR, but I am not sure if this is possible beyond just adding them in authors tags and attributes.

コントリビューターガイド

[ENH] merge `skchange` into `sktime` · sktime/sktime#9636 | Good First Issue