WenjieDu / BenchPOTS

a Python toolbox for benchmarking machine learning on POTS (Partially-Observed Time Series), supporting processing pipelines of 172 public time-series datasets
BSD 3-Clause "New" or "Revised" License
17 stars 4 forks source link

Add use_cache argument to load dataset function (forwarded to TSDB) #15

Open hljubic opened 3 months ago

hljubic commented 3 months ago

When I want to hard reload physionet2012_dataset from PyPOTS, it is impossible directly without manually removing directory, so I added use_cache to preprocess_physionet2012 function.

WenjieDu commented 2 months ago

Hi Hrvoje @hljubic, thanks for your contribution! Could you please also add such an argument to other preprocessing functions in BenchPOTS? Such a comment also works for your another PR #14.