sktime/sktime

[ENH] merge `skchange` into `sktime`

已关闭

#9,636 创建于 2026年3月12日

 (11 条评论) (0 个反应) (0 位负责人)Python (1,192 个派生)batch import
enhancementgood first issueimplementing algorithmsmodule:detection

仓库指标

星标
 (7,162 个星标)
PR 合并指标
 (平均合并 26天 10小时) (30 天内合并 86 个 PR)

描述

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.

贡献者指南