dmbee / seglearn

Python module for machine learning time series:
https://dmbee.github.io/seglearn/
BSD 3-Clause "New" or "Revised" License
570 stars 63 forks source link

Can I get the full watch dataset? #42

Closed ChangWeiTan closed 4 years ago

ChangWeiTan commented 4 years ago

Hi, I am working on a similar project on segmenting time series. I am looking for more data to test my models. Your paper https://iopscience.iop.org/article/10.1088/1361-6579/aacfd9/pdf, mentioned that there are 280 time series but there are only 140 series in watch_dataset.npy. Would it be possible for me to get a hold of all 280 time series? Thank you

dmbee commented 4 years ago

I tried to upload it to the UCI repository, but it seems to take a while for them to process new submissions.

For the time being, you can get the full data set here:

https://github.com/dmbee/SPAR-dataset

Good luck with your project.

ChangWeiTan commented 4 years ago

ok thanks!