Skip to content

Commit

Permalink
Add model root files into the models directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
martamaja10 committed Jul 5, 2024
1 parent 3d3a929 commit 5d22e87
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.root
*.pdf
*.npz
*.png
Expand Down
4 changes: 2 additions & 2 deletions analyses/cms-open-data-ttbar/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def load_cpp(max_n_jets=6):
#ifndef AGC_MODELS
#define AGC_MODELS
TMVA::Experimental::RBDT feven("feven", "bdt_even.root");
TMVA::Experimental::RBDT fodd("fodd", "bdt_odd.root");
TMVA::Experimental::RBDT feven("feven", "models/bdt_even.root");
TMVA::Experimental::RBDT fodd("fodd", "models/bdt_odd.root");
""".__add__(
f"""
Expand Down
Binary file not shown.
Binary file added analyses/cms-open-data-ttbar/models/bdt_odd.root
Binary file not shown.
1 change: 0 additions & 1 deletion analyses/cms-open-data-ttbar/models/model_even.json

This file was deleted.

1 change: 0 additions & 1 deletion analyses/cms-open-data-ttbar/models/model_odd.json

This file was deleted.

0 comments on commit 5d22e87

Please sign in to comment.