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