Skip to content

cernopendata-datascience/QCDJetsMachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CMS OpenData QCD Jets - Machine learning usage example

This repository contains a Jupyter Notebook example on how to use the CMS OpenData QCD jet data set.

Running the example

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published