get_identifier

get_identifier(estimator)[source]

Determine identifier string of an estimator.

Parameters:
estimatorclass or object BaseAeonEstimator

The estimator to determine the identifier for.

Returns:
identifierstr

aeon identifier string from BASE_CLASS_REGISTER for the estimator.

Raises:
TypeError

If no identifier can be determined for estimator