WenjieDu / PyPOTS

A Python toolkit/library for reality-centric machine/deep learning and data mining on partially-observed time series, including SOTA neural network models for scientific analysis tasks of imputation/classification/clustering/forecasting/anomaly detection/cleaning on incomplete industrial (irregularly-sampled) multivariate TS with NaN missing values
https://pypots.com
BSD 3-Clause "New" or "Revised" License
1.1k stars 108 forks source link

Add SeFT as a classification model #363

Open WenjieDu opened 6 months ago

WenjieDu commented 6 months ago

1. Model description

SeFT as a classification model for POTS should be included in PyPOTS.

@InProceedings{pmlr-v119-horn20a,
title = {Set Functions for Time Series},
author = {Horn, Max and Moor, Michael and Bock, Christian and Rieck, Bastian and Borgwardt, Karsten},
booktitle = {Proceedings of the 37th International Conference on Machine Learning},
pages = {4353--4363},
year = {2020},
editor = {Hal Daumé III and Aarti Singh},
volume = {119},
series = {Proceedings of Machine Learning Research},
month = {13--18 Jul},
publisher = {PMLR},
}

2. Check open-source status

3. Provide useful information for the implementation

https://github.com/BorgwardtLab/Set_Functions_for_Time_Series

Justin0388 commented 5 months ago

I'm going to add this classification model to PyPOTS.

WenjieDu commented 5 months ago

I'm going to add this classification model to PyPOTS.

Many thanks, Jiaxin! I'll help review your PR code.