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

Change the default data_home_path and update the docs #69

Closed WenjieDu closed 2 months ago

WenjieDu commented 2 months ago

What does this PR do?

  1. change the default data_home_path from ~/.tsdb to ~/.pypots/tsdb;
  2. release v0.5;
  3. update docs;

Before submitting