This repository contains a Jupyter Notebook example on how to use the CMS OpenData QCD jet data set.
First clone the repository to your working directory.
$ git clone https://github.com/cernopendata-datascience/QCDJetsMachineLearning
$ cd QCDJetsMachineLearning/
It is advisable to establish a Python virtual environment in which to install the required packages.
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Then open up the Jupyter Notebook.
$ jupyter notebook