Matthew Middlehurst

Results 50 issues of Matthew Middlehurst

#### What does this implement/fix? Explain your changes. Start of a `mrseql` wrapper. Unfortunately, I can't quite find how to parameterise it currently after installing on Windows 🙂. If anyone...

enhancement
classification
interfacing algorithms
codecov actions

### Describe the feature or idea you want to propose `_check_X` had checks for multivariate, unequal length, and missing values, but this could be improved with checks for specific datatypes...

enhancement
testing

### Describe the bug `_check_X` checks whether a data collection is valid, but does not catch datasets which have a different number of channels for each case which is unsupported....

bug
testing

Some potential issues which need work for the upcoming KDD tutorial: - [ ] Add tests to ensure distances work with `scikit-learn` estimators/interface @dguijo => #1838 - [ ] Revisit...

enhancement
classification
regression

todo

enhancement
transformations

Follows on from #1875, part of [AEP 05](https://github.com/aeon-toolkit/aeon-admin/pull/10/files). - Removes the current generic clustering testing and deep learning clusterer tests. - Replaces them with a yield function in the new...

maintenance

### Describe the issue linked to the documentation Developer documentation does not sufficiently include guidance for adding type hints, espceically in situations where soft dependencies are required. ### Suggest a...

documentation
good first issue

### Describe the issue From July 26 2024 meeting. There are a few type hint errors, and no method to easily discover these. We should include some automated type checking...

maintenance

#### Reference Issues/PRs fixes #1724 #### What does this implement/fix? Explain your changes. Removes the version bound on `keras` (if CI passes).

maintenance
dependencies

Updates the version bound on numpy to include 2.0.0.

maintenance
dependencies