Skip to content

Aries99C/Clean4MTS

Repository files navigation

Time Series Data Cleaning under expressive constraints on both row and column dependencies.

Set up

# requirements: 
python >= 3.9
numpy
pandas
matplotlib
time
pickle
scipy
statsmodels
sklearn
geatpy (https://github.com/geatpy-dev/geatpy)

Implementation

​ We implement the discovery of quality constraints in $DQDiscovery$. Specifically, we implement the discovery of the quality constraints expressing complex between sequences, i.e. conditional regression rules ($CRR$) in $LearnCRR$ in $DQDiscovery$. The discovery of the quality constraints expressing temporal dependencies, e.g. speed constraints($SC$), acceleration constraints($AC$) and variance constraints($VC$) in $LearnTD$.

​ Based on what's mentioned above, we implement our proposed method $Clean4MTS$ and its variants, and benchmark time series data cleaning methods in $TSRepair$.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages