WenjieDu / TSDB

a Python toolbox loads 172 public time series datasets for machine/deep learning with a single line of code. Datasets from multiple domains including healthcare, financial, power, traffic, weather, and etc.
https://pypots.com/ecosystem/#TSDB
BSD 3-Clause "New" or "Revised" License
150 stars 15 forks source link

Enable users to customize the directory path of cached datasets #51

Closed WenjieDu closed 8 months ago

WenjieDu commented 9 months ago

1. Feature description

Add a config file to record TSDB's cached dataset path and add functions to modify the path and move cached datasets to the specified directory.

2. Motivation

Currently, TSDB fixes its directory path of cached datasets as .tsdb_cached_datasets under user's home root. Due to caching all supported 168 datasets needs too large disk space, users may want to move tsdb's dataset path to other places, like a external disk.

3. Your contribution

Will make a PR.