cuebook/CueObserve

View on GitHub
api/seeddata/detectionRuleType.json

Summary

Maintainability
Test Coverage
[
  {
    "model": "anomaly.detectionruletype",
    "pk": 1,
    "fields": {
      "name": "Prophet",
      "description": "Calculates anomaly using fbprophet."
    }
  },
  {
    "model": "anomaly.detectionruletype",
    "pk": 2,
    "fields": {
      "name": "Percentage Change",
      "description": "Calculates anomaly on percentage change only."
    }
  },
  {
    "model": "anomaly.detectionruletype",
    "pk": 3,
    "fields": {
      "name": "Lifetime High/Low",
      "description": "Identifies lifetime highest/lowest value as an anomaly."
    }
  },
  {
    "model": "anomaly.detectionruletype",
    "pk": 4,
    "fields": {
      "name": "Value Threshold",
      "description": "Calculates anomaly on strict bounds/thresholds."
    }
  }
]