aeon icon indicating copy to clipboard operation
aeon copied to clipboard

A toolkit for machine learning from time series

Results 265 aeon issues
Sort by recently updated
recently updated
newest added

### Describe the feature or idea you want to propose there is a lot of old legacy code clutering up utils, this tidies it up. Some done by #1042 ###...

enhancement

### Describe the bug The current _calc_binary_ig( ) evaluates split points between data points with the same feature values but different labels, which might not be suitable for datasets that...

bug
transformations

function can be found here: https://github.com/scikit-time/scikit-time/blob/15a3faf2a203b22f6e0b536a5e2d99352c83ac7a/sktime/utils/plotting.py#L387

documentation
good first issue

### Describe the feature or idea you want to propose some time ago we agreed on calling the shape of collections of time series `(n_cases, n_channels, n_timepoints)`. Some classes and...

enhancement
good first issue

### Describe the feature or idea you want to propose Currently Itakura parallelogram doesn't support unequal length time series. It would be nice make it so it does. ### Describe...

enhancement
distances

### Describe the issue linked to the documentation ![Capture d’écran 2024-03-06 à 13 58 10](https://github.com/aeon-toolkit/aeon/assets/28450447/7b5e27b1-33c8-474d-8433-0e6d3734bf86) Not a big problem of course but in dark mode in my browser, some tables...

documentation

Trying to see if setting `use_pycatch22` to True would fail or not on windows tests - [ ] run 1 - [ ] run 2 - [ ] run 3...

transformations
maintenance
testing
full pytest actions

#### What does this implement/fix? Explain your changes. Includes the possibility to perform the inverse transform to obtain the original representation. #### Does your contribution introduce a new dependency? If...

enhancement
transformations

### Describe the issue linked to the documentation The [clustering component](https://www.aeon-toolkit.org/en/stable/api_reference/clustering.html) in aeon currently supports only partition-based methods. However, there are also hierarchical, spectral, and density-based clustering methods [1]. ###...

documentation

### Describe the issue After the introduction of the GPU version of ROCKET in #1199, we need new test in order to make sure the CPU and GPU version of...

good first issue
transformations
maintenance