-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
API designAPI design & software architectureAPI design & software architecture
Description
Is your feature request related to a problem? Please describe.
- use of "capabilities" rather than "tags" in classification module
- unclear naming of
_all_tagsmethod - inconsistent tags for composition algorithms (see Refactoring Stacking, Multiplexer, Ensembler and TransformedTarget Forecasters #977)
- integration in
all_estimatorsfunction to make them usable in finding/filtering models
Describe the solution you'd like
- refactor capabilities into tags
- rename
_all_tagstoget_tagsand make public - add tag kwarg to
all_estimators - add tests to catch inconsistent tags
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
API designAPI design & software architectureAPI design & software architecture