Tony Bagnall

Results 87 issues of Tony Bagnall

see #1372 #1375 ### Describe the feature or idea you want to propose when a class that extends BaseSeriesTransformer is passed a pd.Series or pd.DataFrame, we currently leave it up...

enhancement
transformations

### Describe the feature or idea you want to propose classes that extend with BaseSeriesTransformer are mostly designed to work with np.ndarrays (see later issue for pandas discussion). I have...

enhancement
transformations

### Describe the feature or idea you want to propose recent period of tsc.com being down, and changes I introduced for results loading, have highlighted a confusing errors that can...

enhancement
datasets

**Is your feature request related to a problem? Please describe.** the RandomShapeletTransform in transformations/panel/shapelet_transform is hard coded to use information gain in _find_shapelet_quality. It would be nice to be able...

enhancement
good first issue
transformations

### Describe the bug the EncoderClassifier produces this warning "TFA has entered a minimal maintenance and release mode until a planned end of life in May 2024." ### Steps/Code to...

bug
classification
deep learning

### Describe the bug whilst writing tests noticed that this fails ```python def _coerce_to_period(x, freq=None): if isinstance(x, pd.Timestamp) and freq is None: freq = x.freq raise ValueError( "_coerce_to_period requires freq...

bug
forecasting

### 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 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 for collection estimators we use the _tags = {"algorithm_type": "distance"} as a taxonomy of algorithms. However we dont test they...

enhancement
classification
regression
testing

### Describe the feature or idea you want to propose the ChannelSelector class evaluates each channel independently and picks the best. It could easily be adapted for regression. ### Describe...

enhancement
transformations