[R] SAITS: Self-Attention-based Imputation for Time Series. Expert Systems with Applications, 219:119619, 2023.

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SAITS

    The official PyTorch implementation of the paper "SAITS: Self-Attention-based Imputation for Time Series". A fast and state-of-the-art (SOTA) deep-learning neural network model for efficient time-series imputation (impute multivariate incomplete time series containing NaN missing data/values with machine learning). https://arxiv.org/abs/2202.08516

  • Missing values in time series collected from the real world are common to see and very pesky. A new state-of-the-art and fast neural network called "SAITS“ is proposed to help impute missing data in partially-observed multivariate time series. The paper has been peer-reviewed and published in the journal Expert Systems with Applications (DOI link). The full paper is available on arXiv at this URL. The code is open source on GitHub https://github.com/WenjieDu/SAITS/.

  • PyPOTS

    A Python toolbox/library for reality-centric machine/deep learning and data mining on partially-observed time series with PyTorch, including SOTA neural network models for science tasks of imputation, classification, clustering, forecasting & anomaly detection on incomplete (irregularly-sampled) multivariate time series with NaN missing values/data

  • You're talking about the end-to-end task on partially-observed time series (POTS) like classification. But sometimes people need to know approximated values of missing parts. Imputation works for them. And imputation can help with downstream tasks (e.g. classification) as well, please refer to the section “4.4.2 Downstream Classification Task” in the SAITS paper. BTW, we include end-to-end methods for modeling POTS data in PyPOTS that may interest you, this library supports four tasks of classification, forecasting, clustering, and imputation.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [P] PyPOTS: a Python toolbox for data mining on Partially-Observed Time Series

    1 project | /r/MachineLearning | 28 Jun 2023
  • Missing values in time series collected from the real world are common to see and very pesky. A new state-of-the-art and fast neural network called SAITS is proposed to impute missing data in partially-observed multivariate time series. The code is open source on GitHub.

    2 projects | /r/datascience | 28 Jun 2023
  • We're building PyPOTS: a Python toolbox for data mining on Partially-Observed Time Series (GitHub repo: https://github.com/WenjieDu/PyPOTS, Paper link: https://arxiv.org/abs/2305.18811)

    1 project | /r/technology | 20 Jun 2023
  • We built PyPOTS: an open-source toolbox for data mining on partially-observed time series

    2 projects | /r/pythontips | 15 Jun 2023
  • We built PyPOTS, an open-source toolbox for data mining on partially-observed time series

    2 projects | /r/datascience | 14 Jun 2023