TimeSeries / RemoveSeasonality / 0.1.2
Remove Seasonality
Royalty Free
Removes seasonal components from a time series
Language
Java
Metrics
API Calls - 3,552
Avg call duration -
67.65sec
Permissions
This is not a recognized license.
This is necessary for algorithms that rely on external services,
however it also implies that this algorithm is able to send your
input data outside of the Algorithmia platform.
This allows an algorithm to compose sophisticated functionality
using other algorithms as building blocks
, however it also carries the potential of incurring additional
royalty and usage costs from any algorithm that it calls
.
Run an Example
Input
Output
[
0,
0,
0,
0,
0,
0,
0,
0,
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/RemoveSeasonality/0.1.2 -d '[[1,2,1,2,1,2,1,2,1,2],2,"topNPeriods"]' --timeout 300