Matthew Middlehurst
Matthew Middlehurst
This file contains unused or duplicate functions from `scikit-learn`. I don't really see the need in keeping it, and if we need exceptions in the future it should not be...
### Describe the issue A checklist of large-scale changes to be made for an eventual version v1.0.0 - [x] Remove current `forecasting` and `BaseTransformer` functionality - [x] Replace `BaseTransformer` with...
#### Reference Issues/PRs Relies on #1476 #### What does this implement/fix? Explain your changes. todo #### Does your contribution introduce a new dependency? If yes, which one? #### Any other...
See #1498 for broken test, sets to skip if numba is disabled.
### Describe the bug When numba is disabled using `NUMBA_DISABLE_JIT=1` some tests begin failing. We disable numba for our code coverage test, as it does not play well together currently...
#### What does this implement/fix? Explain your changes. Merged the two soft dependency workflow jobs into a single one which runs all tests on the periodic workflow and all tests...
### Describe the issue linked to the documentation The [regression API page](https://www.aeon-toolkit.org/en/stable/api_reference/regression.html) should be updated to add new regressors. ### Suggest a potential alternative/fix Look through the regression module estimators,...
### Describe the issue linked to the documentation Some parts of the `ElasticEnsemble` docstring could be improved upon so it looks better in the [API documentation page](https://www.aeon-toolkit.org/en/stable/api_reference/auto_generated/aeon.classification.distance_based.ElasticEnsemble.html#aeon.classification.distance_based.ElasticEnsemble). ### Suggest a...
Manually adding the InstanceNormalization layer in aeon given the deprecation of the tensorflow_addons package in May 2024. Fix #1144
Updates the version of the `pandas` dependency. Part of https://github.com/aeon-toolkit/aeon/pull/909, cut down to make it a bit smaller.