tsod icon indicating copy to clipboard operation
tsod copied to clipboard

Anomaly Detection for time series data

Results 13 tsod issues
Sort by recently updated
recently updated
newest added

Could be another sensor, from a nearby location or from a model. The API doesn't conform to the other Univariate methods, and thus is not able to be used in...

```python >>> from datetime import datetime >>> import pandas as pd >>> from anomalydetection.detectors import DiffRangeDetector >>> >>> dates = [ ... datetime(2000,1,1), ... datetime(2000,1,2), ... datetime(2000,1,7)] >>> >>> normal_data...

Do you know about any (open source) datasets at DHI that has labelled anomalies that we can use for testing? @ecomodeller @laurafroelich @akfDHI

help wanted

This errors appears when I try to upload a file ![image](https://github.com/DHI/tsod/assets/614215/0c5a9abf-ae09-453e-81ed-00ac26e372c3) The draft "solution" is to remove the `is_selected`. Additional changes are due to formatting with `black`.

Threshold in fit method should be aware of the direciton. E.g. if a DiffDetector have negative direction and fit is called, the user would most likely want a threshold based...