tslearn-team / tslearn

The machine learning toolkit for time series analysis in Python
https://tslearn.readthedocs.io
BSD 2-Clause "Simplified" License
2.83k stars 331 forks source link

Towards keras3 #505

Open rtavenar opened 5 months ago

rtavenar commented 5 months ago

Keras3 is out and constitutes a significant API change.

Typically, our shapelets backend is not compatible with keras3 as such, so we need to either:

EDIT: keras3 is not available for Python <3.9, so this would require to force Python>=3.9 too for tslearn. I'm okay with it, personnally.

rtavenar commented 5 months ago

OK, it's not final yet, at the moment it cannot deal properly with time series of different lengths for the Shapelet model, but it's still a basis for future investigations.