In benchpots v0.1, we enable this benchmarking suite to preprocess a total of 170 open-source public datasets, including
* 163 UCR&UEA datasets;
* 2 PhysioNet Challenge datasets (2012 and 2019);
* 2 air quality datasets (Beijing Multi-site Air Quality and Italy Air);
* 2 electricity datasets (Electricity Load Diagrams, and Electricity Transformer Temperature);
* PeMS traffic dataset;
What's Changed
* feat: add preprocess_physionet2019; by yyysjz1997 in https://github.com/WenjieDu/BenchPOTS/pull/1
* Add `feature` arg in preprocess_physionet2012 to enable feature selection by WenjieDu in https://github.com/WenjieDu/BenchPOTS/pull/2
* Update physionet2019 pipeline by WenjieDu in https://github.com/WenjieDu/BenchPOTS/pull/3
* Add seq missing and block missing patterns for dataset generation by WenjieDu in https://github.com/WenjieDu/BenchPOTS/pull/4
* Update preprocessing funcs by WenjieDu in https://github.com/WenjieDu/BenchPOTS/pull/5
New Contributors
* yyysjz1997 made their first contribution in https://github.com/WenjieDu/BenchPOTS/pull/1
* WenjieDu made their first contribution in https://github.com/WenjieDu/BenchPOTS/pull/2
**Full Changelog**: https://github.com/WenjieDu/BenchPOTS/compare/v0.0.1...v0.1