Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New anomaly: Normalize #14

Open
CodeLionX opened this issue Feb 7, 2023 · 0 comments
Open

New anomaly: Normalize #14

CodeLionX opened this issue Feb 7, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers 🏅 low MoSCoW: Could-have

Comments

@CodeLionX
Copy link
Member

Normalization anomalies can be constructed by combining mean and amplitude anomaly kinds, however, this is difficult to achieve. Add a new anomaly kind that allows to specify the way a subsequence should be normalized. Normalization options:

  • normalize-z
  • normalize-minmax
  • normalize-median
  • normalize-mean
  • normalize-logistic
  • normalize-tanh

Example configuration:

timeseries:
  - name: "test"
    base-oscillations:
      - kind: "sine"
    anomalies:
      - position: beginning
        length: 100
        kinds:
          - kind: "normalize-minmax"
            min: 0
            max: 1
@CodeLionX CodeLionX added enhancement New feature or request good first issue Good for newcomers 🏅 low MoSCoW: Could-have labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers 🏅 low MoSCoW: Could-have
Projects
None yet
Development

No branches or pull requests

1 participant