Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.96 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.96 KB

Bitcoin price prediction

An implementation of the 'Bayesian regression for latent source model' method for predicting price variation of Bitcoin. You can read more about the method at https://arxiv.org/pdf/1410.1231.pdf.

Requirements

Installation

Make sure you have installed all the requirements and created an isolated Python environment for this project (optional). Then follow the installation instructions:

    $ git clone https://github.com/stavros0/bitcoin-price-prediction.git
    $ cd bitcoin-price-prediction
    $ pip install -e .

Usage

$ python okcoin.py

License

This project is licensed under the terms of the MIT license. See LICENSE for more information.