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
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.
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.
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.