TimeSeries / OutlierDetection / 0.1.1
Outlier Detection
Royalty Free
Detect outliers in time series data
Language
Java
Metrics
API Calls - 6,957
Avg call duration -
1.00sec
Permissions
This is not a recognized license.
Run an Example
Input
Output
[
0,
0,
0,
0,
0,
36.7,
0,
-40.2,
0,
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/OutlierDetection/0.1.1 -d '[[1.2,0.2,1.3,-0.2,0.3,36.7,0.1,-40.2,0.01,1.7],2.0]' --timeout 300