Skip to content

Latest commit

 

History

History

jupyter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Jupyter Notebooks

These Jupyter notebooks can be opened in Google Colab:

Runtime Guide

To run these experiments you will need a Kaggle API token to download the stock market dataset (see instructions at https://www.kaggle.com/docs/api).

The Jupyter notebooks accept Kaggle API token input via 3 methods:

  1. (Best for local runtime) ~/.kaggle/kaggle.json
  2. (Best for Google Colab) Copy/paste the contents of the entire API token JSON blob into the Jupyter notebook when prompted
  3. Type your Kaggle username and API token into the Jupyter notebook when prompted

Note that this authentication is only required on the first run. The notebooks preserve this information across environment restarts for ease of use.