sktime/sktime

[ENH] Migrate tags in tags registry from tuples to classes

Open

#10,804 opened on Aug 10, 2026

 (3 comments) (0 reactions) (0 assignees)Python (1,192 forks)batch import
enhancementgood first issuemodule:base-framework

Repository metrics

Stars
 (7,162 stars)
PR merge metrics
 (Avg merge 26d 10h) (86 merged PRs in 30d)

Description

Tags in sktime are defined as classes located in sktime/registry/_tags.py. However, previously they were defined as tuples present in ESTIMATOR_TAG_REGISTER. Most of those tag tuples were migrated to separate classes, but some of them are still just tuples. We should migrate them to separate classes too.

Please pick one tag at a time, and post which you are picking.

Contributor guide