benchpots

A Python Toolbox for Benchmarking Machine Learning on Partially-Observed Time Series


Keywords
data, mining, benchmark, neural, networks, machine, learning, deep, artificial, intelligence, time-series, analysis, time, series, imputation, classification, clustering, forecasting, partially, observed, irregular, sampled, partially-observed, incomplete, missing, values
License
BSD-3-Clause
Install
pip install benchpots==0.1.1

Documentation

Welcome to BenchPOTS

a Python toolbox for benchmarking ML on POTS (Partially-Observed Time Series)

Python version the latest release version BSD-3 license Community GitHub contributors GitHub Repo stars GitHub Repo forks

To evaluate the performance of algorithms on POTS datasets, a benchmarking toolkit is necessary, hence the ecosystem library BenchPOTS is developed. BenchPOTS provides the standard and unified preprocessing pipelines of a variety of POTS datasets. It supports a variety of evaluation tasks to help users understand the performance of different algorithms.

❖ Citing BenchPOTS/PyPOTS

The paper introducing PyPOTS project is available on arXiv at this URL, and we are pursuing to publish it in prestigious academic venues, e.g. JMLR (track for Machine Learning Open Source Software). If you use BenchPOTS in your work, please cite PyPOTS project as below and 🌟star this repository to make others notice this library. πŸ€— Thank you!

@article{du2023pypots,
title={{PyPOTS: a Python toolbox for data mining on Partially-Observed Time Series}},
author={Wenjie Du},
year={2023},
eprint={2305.18811},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2305.18811},
doi={10.48550/arXiv.2305.18811},
}

or

Wenjie Du. (2023). PyPOTS: a Python toolbox for data mining on Partially-Observed Time Series. arXiv, abs/2305.18811.https://arxiv.org/abs/2305.18811

🏠 Visits BenchPOTS visits