estimator_alias¶
- estimator_alias(name: str) str[source]¶
Return the standard name for possible aliased estimator.
- Parameters:
- name: str
Name of an estimator. Not case-sensitive.
- Returns:
- name: str
Standardised name as defined by NAME_ALIASES.
Examples
>>> from aeon.benchmarking.results_loaders import estimator_alias >>> estimator_alias("HIVECOTEV2") 'HC2'