Skip to content

kderoove/CSVv2ScikitLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSVv2ScikitLearn

Repository for scripts to prepare the trees and for executing the scikit-learn version of the CSVv2 training

STEPS:

  1. Skimming trees:

root -l Filter_ttjets.C

root -l Filter_qcd.C

  1. Compute yields:

python compute_yields.py qcd

python compute_yields.py ttjets

  1. Compute weights:

python compute_weights.py

  1. Add weightBranch to training trees

python addWeightBranch.py qcd --apply-pteta-weight --apply-category-weight --apply-flavour-weight

  1. Execute training (first setup the right environment for scikit-learn: https://github.com/smoortga/iihe_sklearn_tutorial)

python sklearn_training_GBT.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published