[ENH] Split RocketClassifier
and RocketRegressor
into multiple classes
#2089
Labels
classification
Classification package
enhancement
New feature, improvement request or other non-bug code enhancement
regression
Regression package
Describe the feature or idea you want to propose
Currently, Rocket, Mini-Rocket and Multi-Rocket are condensed into a single estimator. This is not very consistent with other files we have for similar algorithms i.e. SAST/RSAST, WEASEL/WEASELV2/MUSE etc.
Describe your proposed solution
Split
RocketClassifier
andRocketRegressor
into:RocketClassifier
MiniRocketClassifier
MultiRocketClassifier
RocketRegressor
MiniRocketRegressor
MultiRocketRegressor
Describe alternatives you've considered, if relevant
There is an argument to be made that we should condense these similar algorithms into a single class instead, but this is simpler for now.
Additional context
No response
The text was updated successfully, but these errors were encountered: