Matthew Middlehurst
Matthew Middlehurst
Updates ProbabilityThresholdEarlyClassifier to use the early classification base class. Updates tests for ProbabilityThresholdEarlyClassifier and TEASER. Adds general EC tests to compare to past results.
**Describe the bug** When using the TSFreshFeatureExtractor transformer, the following error is continuously output to the terminal. After noticing this wasn't an issue with the tests or functions used to...
Updates Catch22 transformer and adds a Catch22Wrapper #2254
### Describe the issue The EE classifier does not test with all distances according to the [coverage stats](https://app.codecov.io/gh/aeon-toolkit/aeon/blob/main/aeon%2Fclassification%2Fdistance_based%2F_elastic_ensemble.py#L141). ### Suggest a potential alternative/fix Write a test in `test_elastic_ensemble.py` which ensures...
There are a few issues present in the `BaseClusterer` class IMO: - The `predict` function has a `y` input, this is inconsistent with other collection classes and with `predict_proba` from...
### Describe the feature or idea you want to propose Add a `MockClusterer` to the `testing` module. ### Describe your proposed solution This should be simple in line with the...
### Describe the feature or idea you want to propose Both `classification` and `regression` have dummy estimators based on the `scikit-learn` versions i.e. https://scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html. It would be good if `clustering`...
Resolves #1095 Removes people without write access from codeowners. Generally updates the file adding new modules etc.
todo
The issue assigner is currently broken. This PR attempts a fix and does some tidying.