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 `feature` arg in preprocess_physionet2012 to enable feature selection #2

Closed WenjieDu closed 5 months ago

WenjieDu commented 5 months ago

To enable users to generate physionet_2012 with only the features they want, we added a new argument features to specify what features to include in the final processed dataset.