Skip to content

[ENH] Enhancing Name Aliases for Estimators #2601

Open
@Kaustbh

Description

@Kaustbh

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

Metadata

Metadata

Assignees

Labels

benchmarkingBenchmarking packageenhancementNew feature, improvement request or other non-bug code enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions