-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Added R-Clustering clusterer to aeon #2382
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to
|
hi, thanks for this but if we include this clusterer we want it to use our version of Rocket transformers which are optimised for numba |
sure, I will try to reimplement it and use aeon Rocket transformers |
…_branch # Conflicts: # aeon/clustering/_r_cluster.py
Hi, I've been trying to reuse as much code as possible, but I’ve noticed that some of the tests are failing. I've attempted to fix the issues, but haven't had any success so far. Do you have any ideas on what might be causing the failures? Any recommendations on what I should check or approaches I could try? |
Reference Issues/PRs
#2132
What does this implement/fix? Explain your changes.
added R clustering model for aeon
Does your contribution introduce a new dependency? If yes, which one?
no
Any other comments?
PR checklist
For all contributions
For new estimators and functions
__maintainer__
at the top of relevant files and want to be contacted regarding its maintenance. Unmaintained files may be removed. This is for the full file, and you should not add yourself if you are just making minor changes or do not want to help maintain its contents.For developers with write access