Created
May 9, 2019 16:51
-
-
Save Unitech/3de1840dc0c018b31a78b5f6c47d56ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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