WenWeiTHU opened a new pull request, #9372:
URL: https://github.com/apache/iotdb/pull/9372
* add offline dataset to fetch all time series from iotdb, and two type
dataloader of pytorch(window-wise and row-wise)
* a factory method to create dataset
usage
```
datasource = DataSource(source_type='file', filename='test.csv')
dataset, dataset_cfg = create_forecasting_dataset(
dataset_type='window'
data_source=datasource,
)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]