Giter Site home page Giter Site logo

moonraker's Introduction

coinbase_ml

This is a monorepo containing code for training, evaluating, and serving a machine learning model for trading on the Coinbase Pro exchange.

Setup

Run

make install-dev

to install the project dependencies.

Building

To build the Scala portion of the project run

make build-scala

This will run the Scala test suite and build a fat jar containing the Scala portion of the project. The jar will be located in the top level of this repo. On the Python side only the proto files need to be built. To do so run

make build-python-protos

Testing

There are a few different tests you can run to verify the integrity of your changes (see the Makefile for a complete list). To run the Scala test suite run

make test-scala

To run the Python test suite run

make test-python

You can also run subsets of the Python test suite with the following commands

make test-unit test-mypy test-pylint

Running Locally

Last if you set the appropriate values for the environment variables DB_HOST, POSTGRES_USERNAME, and POSTGRES_PASSWORD you can run

python3 coinbase_ml/train/train.py -u

to execute an end to end test, using the test configs. It should take a minute or two to run.

Ideas This Repo is Based On

Continuous control with deep reinforcement learning

DeepLOB: Deep Convolutional Neural Networks for Limit Order Books

An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling

Human-level control through Deep Reinforcement Learning

Hierarchical Attention Networks for Document Classification

WaveNet: A Generative Model for Raw Audio

moonraker's People

Contributors

mattdornfeld avatar mcgrawia avatar

Watchers

 avatar

Forkers

webclinic017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.