Nithurshen
Nithurshen
#### Reference Issues/PRs Fixes #2930 #### What does this implement/fix? Explain your changes. This PR implements the Multiview Enhanced Characteristics (Mecha) Classifier in `aeon.classification.feature_based`, based on the recently accepted paper...
#### Reference Issues/PRs Fixes #2854 #### What does this implement/fix? Explain your changes. This PR optimizes the `_fit` method in the `ElasticEnsemble` classifier to eliminate a redundant cross-validation step, speeding...
#### Reference Issues/PRs Fixes #2853 #### What does this implement/fix? Explain your changes. This enhancement fixes an alignment issue in the parameter generation for the Elastic Ensemble (`ElasticEnsemble`) classifier. The...