Skip to content
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] Enhancing Name Aliases for Estimators #2601

Open
Kaustbh opened this issue Mar 9, 2025 · 1 comment · May be fixed by #2623
Open

[ENH] Enhancing Name Aliases for Estimators #2601

Kaustbh opened this issue Mar 9, 2025 · 1 comment · May be fixed by #2623
Assignees
Labels
enhancement New feature, improvement request or other non-bug code enhancement

Comments

@Kaustbh
Copy link

Kaustbh commented Mar 9, 2025

Describe the feature or idea you want to propose

After checking the results for all the estimators, I noticed that MR is being used as an alias for both MultiROCKETClassifier and MultiROCKETRegressor, However, I found that there are no results for MultiROCKETRegressor.

from aeon.benchmarking.results_loaders import get_estimator_results

cls = "MR"
results = get_estimator_results(estimators=cls, datasets=None, task='regression', measure='mae')
print(results)

Output:

Image

Describe your proposed solution

Removing MultiROCKETRegressor from the alias mapping until the results are available.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@Kaustbh Kaustbh added the enhancement New feature, improvement request or other non-bug code enhancement label Mar 9, 2025
@Kaustbh
Copy link
Author

Kaustbh commented Mar 9, 2025

@aeon-actions-bot assign @Kaustbh

@Kaustbh Kaustbh linked a pull request Mar 15, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, improvement request or other non-bug code enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant