angelkurten / bitcoin-price-prediction

Bayesian regression for latent source model and Bitcoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Bayesian regression for latent source model and Bitcoin

License:MIT License


Languages

Language:Python 100.0%