Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 812 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 812 Bytes

crypton


Table of Contents

Installation

crypton is distributed on PyPI as a universal wheel and is available on Linux/macOS and Windows and supports Python 3.6+.

$ pip install crypton

Forecasting

Using Keras neural networks (useless right now)

$ crypton --pair XVG,BTC --predictor keras - forecast --learn-from-date='15 December 2017'

Using Facebook Prophet

$ crypton --pair XVG,BTC --predictor prophet - forecast --learn-from-date='15 December 2017'

License

crypton is distributed under the terms of both

at your option.