TimeEval / GutenTAG

GutenTAG is an extensible tool to generate time series datasets with and without anomalies; integrated with TimeEval.
MIT License
71 stars 13 forks source link

Add post-processing options #11

Open CodeLionX opened 1 year ago

CodeLionX commented 1 year ago

Add configuration options to post-process (each individual channel) of a time series.

Post-processing options include:

Example configuration:

timeseries:
  - name: "mytest"
    length: 1000
    base-oscillations:
      - kind: "sine"
        frequency: 1
      [...]
    anomalies:
      - position: "beginning"
        [...]
    post-processing:
      - channel: 0
        kind: "smoothing"
        factor: 2.0