Skip to content

Linear log of progress on ubiquant market prediction competition

Notifications You must be signed in to change notification settings

parthpankajtiwary/ubiquant

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Ubiquant Market Prediction Kaggle Competition

A unedited linear log of competition progression

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Ubiquant Market Prediction

Regardless of your investment strategy, fluctuations are expected in the financial market. Despite this variance, professional investors try to estimate their overall returns. Risks and returns differ based on investment types and other factors, which impact stability and volatility. To attempt to predict returns, there are many computer-based algorithms and models for financial market trading. Yet, with new techniques and approaches, data science could improve quantitative researchers' ability to forecast an investment's return.

Ubiquant Investment (Beijing) Co., Ltd is a leading domestic quantitative hedge fund based in China. Established in 2012, they rely on international talents in math and computer science along with cutting-edge technology to drive quantitative financial market investment. Overall, Ubiquant is committed to creating long-term stable returns for investors.

The objective of this competition is to build models that can forecast an investment's return rate. The evaluation criteria for this competition uses a mean of pearson's correlation coefficient for each time_id.

Lineage of this repo:

  • Exploratory data analysis
  • Stress testing modelling techniques for forecasting
  • Creating ensembles, blending and stacking using best models

The purpose of creating this log is to keep a track of our progress during this competition and keep all the experiments reproducible.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Add EDA
  • Add a list of credible ideas
  • Add data pre-processing pipeline
  • Add model training pipeline
  • Add a backlog of potential ideas for improvement (over baseline)

(back to top)

Backlog

  • Formulate the problem: can we treat it as time series? [explore LSTM baseline approach]
  • Define if we need a separate model for each investment_id (placeholder result: discarded)
  • Need to find groups b/w investment_id's
  • Create folder structure for the repo (model, data, notebooks/train.ipynb, train.py)
  • Mean and std comparison on the target variable across investment_id's
  • Plot temporal variation of target value across investment_id's
  • Fix pearson evaluation on the validation set: mean pearson corr per time id
  • Optimize hyperparameters on the final fold
  • Define a validation schedule and use it across model training (5-folds at least)
  • Add baseline autoencoder-MLP implementation in PTL

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @your_twitter - [email protected]

Project Link: https://github.com/parthpankajtiwary/ubiquant

(back to top)

About

Linear log of progress on ubiquant market prediction competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published