Tony Bagnall

Results 139 comments of Tony Bagnall

is this sped up? ![image](https://github.com/aeon-toolkit/aeon/assets/9594042/cf83e998-069c-4d27-bc1f-bd3d1f32d037)

```python from aeon.datasets import load_airline from aeon.transformations.compose import YtoX y = load_airline() t = YtoX().fit(X=None, y=y) t.transform(X=None, y=y) ``` ```python-traceback File "C:\Code\aeon\aeon\local\debug.py", line 13, in t.transform(X=None, y=y) File "C:\Code\aeon\aeon\transformations\base.py", line...

I dont think you can fix this without a big redesign, since as matthew points out, its a test in the base class. I personally dont think this is a...

this is being deprecated along with BaseTransformer, so think we can close this issue

I think I should encapsulate the read in a function, then add up a backup location for when tsc.com is down. I am trying to sort it out with the...

This has been fixed, can be replaced with a more specific issue for backups etc

https://github.com/aeon-toolkit/aeon/issues/1238

there are still a lot of warnings, but they are different to those listed and the link is now dead, so closing this. Should look at warnings again though

thanks for this, we will take a look next week