aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
887 stars 94 forks source link

[DEP] Rocket,RotationForest and FreshPrince deprecations (plus a bug fix) #1648

Closed TonyBagnall closed 2 weeks ago

TonyBagnall commented 3 weeks ago

combined a few things in one PR by mistake, but all small

  1. missed deprecation action from 0.9 for RocketTransformer
  2. fixes #1620 by adding a regressor attribution to sklearn type RotationForestRegressor
  3. Removes deprecated attributes in rotation forest regressor
  4. Removes deprecated attributes in FreshPrinceRegressor
aeon-actions-bot[bot] commented 3 weeks ago

Thank you for contributing to aeon

I have added the following labels to this PR based on the title: [ $\color{#312315}{\textsf{deprecation}}$ ]. I would have added the following labels to this PR based on the changes made: [ $\color{#7E0206}{\textsf{regression}}$ ], however some package labels are already present.

The Checks tab will show the status of our automated tests. You can click on individual test runs in the tab or "Details" in the panel below to see more information if there is a failure.

If our pre-commit code quality check fails, any trivial fixes will automatically be pushed to your PR unless it is a draft.

Don't hesitate to ask questions on the aeon Slack channel if you have any.