Skip to content

Optiver wants us to predict the realized volatility of a set of stocks on given time IDs using the information collected over a 10mins time window. A classic tabular time-series data, with RMSPE to optimize. Hosted on Kaggle by Optiver.

Notifications You must be signed in to change notification settings

Mrutyunjay01/Optiver-realized-volatility-prediction-kaggle21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optiver Realized Volatility Prediction

Organizer: Optiver
Platform: Kaggle
Competition Page: https://www.kaggle.com/c/optiver-realized-volatility-prediction/

docs

  • Related docs such as references, articles, documentation, etc to be saved in this directory.

inp

- inp
|_ Raw Data
  |__ book_test.parquet
  |__ book_train.parquet
  |__ trade_test.parquet
  |__ trade_train.parquet
  |__ sample_submission.csv
  |__ train.csv
  |__ test.csv

models

  • Trained weights/pretrained-weights of various models used/referred in the solution.

notebooks

  • EDA, modelling, pipeline notebooks to be added here.

src

  • Code package, consisting of modularised code for data preparation, cross validation, feature engineering, modelling, inference code snippets.

Instructions

For default set, make sure the dataset is downloaded to inp/Raw Data folder, and cross check the src/config.py file for paths reference.
To Train on the data with default KFold split:
python main.py True

To test:
python main.py False

More to be added soon. Stay tuned, and feel free to provide suggestions via PR.

About

Optiver wants us to predict the realized volatility of a set of stocks on given time IDs using the information collected over a 10mins time window. A classic tabular time-series data, with RMSPE to optimize. Hosted on Kaggle by Optiver.

Topics

Resources

Stars

Watchers

Forks