Tony Bagnall

Results 87 issues of Tony Bagnall

### Describe the feature or idea you want to propose Its time to tidy up the convolutional transformers, will collate all issues here and make tasks for smaller PRs. Replaces...

enhancement
transformations

- [ ] Remove SplitTimeSeries #1613 - [ ] Remove PandasAdaptor #1614 - [ ] Move compose to _legacy #1679 - [ ] Remove `BaseDeepNetwork` - [ ] Remove MiniRocket...

enhancement
deprecation

### Describe the issue linked to the documentation We mostly do not document the errors raised and the reasons for them. It would be good to do so. This should...

documentation
good first issue

part of #1699 makes MiniRocket capable of unequal length and deprecates the MiniRocketMultivariateVariable class. This will be rolled out to the other convolution based transformers, also giving associated estimators capability:unequal_length:...

enhancement
transformations
codecov actions

The AutocorrelationFunctionTransformer has a default lag of 100, and if you pass a series shorter than 100 it simply fails. Its not a bug because it tells you why its...

transformations

### Describe the feature or idea you want to propose It would be great to have an implementation of this piecewise linear approximation method for segmenting time series https://ieeexplore.ieee.org/abstract/document/989531 ###...

enhancement
implementing algorithms
segmentation

### Describe the feature or idea you want to propose One of my next priorities will be to get coverage over 90% on the overnight run. It is on 83.81...

enhancement
testing

superseeds #1244 which has got a bit entangled with other things. Adds a BaseCollectionTransformer that takes a BaseSeriesTransformer and broadcasts it across all instances in the collection, also returning a...

enhancement
transformations

### Describe the feature or idea you want to propose with the imminent deprecation of BaseTransformer, we should remove its uses in preparation ### Describe your proposed solution Remove inheritance...

enhancement
transformations

first very draft go at a base class for forecasting as a BaseSeriesEstimator, very much a WIP

enhancement