sktime/sktime
Auf GitHub ansehen[ENH] `all_estimators` should document `str` usage and allow list-of-str for `filter_tags`
Open
#8.210 geöffnet am 22. Apr. 2025
enhancementfeature requestgood first issuemodule:base-framework
Repository-Metriken
- Stars
- (7.162 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 26T 10h) (86 gemergte PRs in 30 T)
Beschreibung
all_estimators can be called with filter_tags:str, but the docstring does not document this. This is equivalent to searching for {filter_tags: True}. This should be documented.
Further, it might also be nice to allow passing a list of str, in which case the search would be for {x: True for x in filter_tags}. This latter feature requires adding it to scikit-base all_objects.