krishnakuruvadi / sup_lear_rand_frst

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predict VIX using historical data.

Steps to run:

  1. Clone the repository
git clone https://github.com/krishnakuruvadi/sup_lear_rand_frst.git
  1. Create virtual environment
cd ./sup_lear_rand_frst
git config user.name "Your Name"
git config user.email "youremail@provider.com"
python -m venv ./venv
source ./venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Launch notebook
jupyter notebook
  1. Execute the sections in order

About


Languages

Language:Jupyter Notebook 100.0%