Git Product home page Git Product logo

optiver's Introduction

Optiver Realized Volatility Prediction

Description

This is an approach for the recent Optiver's Kaggle competition. The goal is to predict the realized volatility during the next ten minutes for several stocks departing from certain information about the order and trade book of each stock for the ten minutes window right before the target period.

Quite simply, the idea is to learn the parameters of a certain probability distribution called inverse Gamma to fit the realized volatility through a neural network. This is achieved by a straightforward modification of MDNs. A more detailed exposition can be found here.

Project Organization

├── data                 <- folder holding train and test data    
├── src                  <- folder holding the necessary scripts to pre-process the data and generate the models
├── Starter.ipynb        <- a Jupyter notebook that shows how to run the model and features some basic EDA

Usage

In order to run the notebook, you would need first to download the data from here and save it to the data folder. I strongly recommend to run the data pre-processing step only once and saving afterwards the resulting datasets in parquet format. You will find a cell to save the generated data and another one to load it in the first section of the Jupyter notebook, just remove the comments as needed.

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.