timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.92k stars 622 forks source link

how to get list all data sets available to download and how to get them #796

Closed Sandy4321 closed 1 year ago

Sandy4321 commented 1 year ago

may you help how to get list all data sets available to download and how to get them especially 30 multivariate classification datasets 15 regression datasets 62 forecasting datasets

for example how to guess that I need to use from tsai.data.external import get_Monash_regression_data

oguiza commented 1 year ago

Hi @Sandy4321, Please take a look at the documentation on external data: https://timeseriesai.github.io/tsai/data.external.html There's no single list of all datasets in tsai because the different datasets have different uses.

Sandy4321 commented 1 year ago

great thanks

oguiza commented 1 year ago

Closed based on the previous response.