Skip to content

SceneBaseliner anomaly detection checks against modeled baseline rather than original data #67

@tdelacour

Description

@tdelacour

Maybe I am misunderstanding the intended behavior here, but I had expected anomaly detection to be about detecting when my timeseries data crosses either the upper or lower bounds returned by the baseliner model. In the current implementation, the check is done against the values (e.g. the baseline) that the model itself returns. This means, at least in my experience, that there is never an anomaly. Can the intended behavior be clarified?

Code link: https://github.com/grafana/scenes-ml/blob/main/packages/scenes-ml/src/components/SceneBaseliner.tsx#L446

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions