odtuyzt / chrono-kit

An open source time series analysis library for processing, analyzing, visualising and forecasting time series data
MIT License
9 stars 6 forks source link

Research and Gather Time Series Data #1

Closed hasanemirakin closed 1 year ago

hasanemirakin commented 1 year ago

Research public time series data to be used for training/testing implemented features and store themin the datasets folder

hasanemirakin commented 1 year ago

Inspirations: -https://machinelearningmastery.com/time-series-datasets-for-machine-learning/ -https://paperswithcode.com/task/time-series#datasets

araslidogukan commented 1 year ago

https://arxiv.org/pdf/1709.05206v1.pdf This paper has a table full of different names of datasets at page 5

https://archive.ics.uci.edu/ml/datasets.php?format=&task=&att=&area=&numAtt=&numIns=&type=ts&sort=nameUp&view=table Also, this link has 126 datasets

hasanemirakin commented 1 year ago

https://arxiv.org/pdf/1709.05206v1.pdf This paper has a table full of different names of datasets at page 5

https://archive.ics.uci.edu/ml/datasets.php?format=&task=&att=&area=&numAtt=&numIns=&type=ts&sort=nameUp&view=table Also, this link has 126 datasets

Thanks for the research. Can we select 5-10 different datasets among these to help us with testing our codes?

hasanemirakin commented 1 year ago

4 different datasets has been added to datasets folder by @araslidogukan