Tony Bagnall

Results 87 issues of Tony Bagnall

size mismatch error messages were incorrect

enhancement
classification

### Describe the issue linked to the documentation it may just be me, but looking around our docs for examples on how to use aeon with sklearn cross validation etc,...

documentation
good first issue

### Describe the feature or idea you want to propose just writing some data to file and will note anything here that could be better ### Describe your proposed solution...

enhancement
datasets

### Describe the feature or idea you want to propose A while back (five years?) we compared different smoothing algorithms for time series classification. https://link.springer.com/chapter/10.1007/978-3-030-29859-3_5 Now, we found it did...

enhancement
good first issue
transformations
implementing algorithms

fixes #1156 We have three transformers to make unequal length series equal length. One pads, one truncates and one stretches. This PR renames them Truncator, Padder and Resizer, makes the...

enhancement
transformations

### Describe the feature or idea you want to propose so currently many sub classes of BaseClassifier have n_jobs as a constructor parameter, declared in onstructor and all have cut...

enhancement
classification

### Describe the feature or idea you want to propose following dev discussion about codecov, looking at lack of testing coverage for networks. I think its because it lacks tests...

enhancement
good first issue
deep learning
networks

### Describe the feature or idea you want to propose as I understand it, deep learning estimators save a model by default, as is standard practice in the field. This...

enhancement
deep learning

### Describe the issue linked to the documentation just having a play with similarity search, some examples in the docstring would be helpful. ### Suggest a potential alternative/fix _No response_

documentation
good first issue
similarity search

### Describe the issue linked to the documentation the notebook https://www.aeon-toolkit.org/en/stable/examples/clustering/partitional_clustering.html does not list all the distances we now have and could be usefully updated (examples/clustering/partitional_clustering.ipynb ### Suggest a potential...

documentation
good first issue
clustering