Interactive Time Series Forecasting on the Fly
PyPI Package for Prophetly powered by tornado and prophetly-client
___ _ _ _
| _ \ _ _ ___ _ __ | |_ ___ | |_ | | _ _
| _/| '_|/ _ \| '_ \| ' \ / -_)| _|| || || |
|_| |_| \___/| .__/|_||_|\___| \__||_| \_, |
|_| |__/
Prophetly Server v0.0.3.a1You have to install Prophet's Python implementation and PyStan according to your system.
For now the package is only available on testpypi.
pip install --extra-index-url https://testpypi.python.org/pypi prophetly-serverprophetly-server start __________________
| Prophetly Server |
Command Line Interface to Prophetly\'s Time Series Forecasting Tool.
Visit https://github.com/Prophetly/prophetly-server for feedback.
Usage:
prophetly-server start [--port=<PORT>] [--upload_path=<PATH>]
prophetly-server (-h | --help)
prophetly-server --version
Options:
-h --help Show this screen.
--version Show version.The default port for prophetly-server is 9009, you can change it using the --port=<PORT> flag.
By default, prophetly-server will create a directory named uploads in the current working directory. You can point it to a different directory using --upload_path=<PATH> flag.