TimeSeries / ThresholdAnomalyDetection / 0.2.0
Threshold Anomaly Detection
Royalty Free
Detecting & filtering anomalous data
Language
Java
Metrics
API Calls - 111
Avg call duration -
N/A
Permissions
This is not a recognized license.
Run an example
Input
Output
[
0,
0,
0,
-1.5,
0.7,
0,
0,
7.1,
0
]
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run TimeSeries/ThresholdAnomalyDetection/0.2.0 -d '[[2.3,3.1,1.7,-1.5,0.7,3.6,4.3,7.1,4.5],1.0,5.5]' --timeout 300