Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Unitech/3de1840dc0c018b31a78b5f6c47d56ef to your computer and use it in GitHub Desktop.
Save Unitech/3de1840dc0c018b31a78b5f6c47d56ef to your computer and use it in GitHub Desktop.
```
python3 bin/02_periodicity.py '{
"data": [0.1, 0.7, 0.2, 0.8, 0.1, 0.0, 0.1, 0.1, 0.8, 0.4, 0.3, 0.1, 0.2, 0.4, 0.6],
"option": {
"percent": 0.8
}
}'
{"valid": true, "reason": {"periodic": true, "period": 2, "trend": false, "other": ""}}
```
- python3 setup.py install --user
- statsmodel
- sklearn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment