Matthew Middlehurst

Results 50 issues of 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.

module:classification

**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...

bug
module:transformations

Updates Catch22 transformer and adds a Catch22Wrapper #2254

module:transformations
enhancement

### 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...

good first issue
classification
maintenance
testing

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...

enhancement
clustering

### 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...

enhancement
good first issue
clustering
testing

### 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`...

enhancement
clustering

Resolves #1095 Removes people without write access from codeowners. Generally updates the file adding new modules etc.

maintenance

The issue assigner is currently broken. This PR attempts a fix and does some tidying.

maintenance