time-series-machine-learning / tsml-java

Java time series machine learning tools in a Weka compatible toolkit
GNU General Public License v3.0
158 stars 120 forks source link

then what should be used or tsml-py or sktime? #544

Closed Sandy4321 closed 1 year ago

Sandy4321 commented 1 year ago

it is written UEA Time Series Classification https://travis-ci.com/uea-machine-learning/tsml.svg?branch=master A Weka-compatible Java toolbox for time series classification, clustering and transformation. For the python sklearn-compatible version, see sktime

but there is python repo https://github.com/time-series-machine-learning/tsml-py

then what should be used or tsml-py or sktime?

MatthewMiddlehurst commented 1 year ago

Hello, we are no longer affiliated with sktime, and tsml-py is mostly just my area for developing algorithms 🙂.

If you require a Python package for time series, I suggest aeon, where we currently implement and maintain all of our stuff. You are welcome to use and create issues for tsml-py it if it has algorithms you need, but aeon will be much more feature rich and well documented currently.

I didn't realise the readme here was out of date, thanks for bringing that to our attention. We don't really dev here anymore so no one noticed!