tsod
tsod copied to clipboard
Anomaly Detection for time series data
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
This errors appears when I try to upload a file  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...