Skip to content

Commit

Permalink
update bdt shape plots
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Jan 30, 2024
1 parent 936e138 commit 94648fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HHbbVV/postprocessing/PostProcess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -79,7 +79,7 @@
"# bdt_data_dir = \"/eos/uscms/store/user/cmantill/bbVV/skimmer/Jun10/bdt_data/\"\n",
"year = \"2018\"\n",
"\n",
"date = \"24Jan13\"\n",
"date = \"24Jan18\"\n",
"plot_dir = f\"../../../plots/PostProcessing/{date}/\"\n",
"templates_dir = f\"templates/{date}\"\n",
"_ = os.system(f\"mkdir -p {plot_dir}\")\n",
Expand Down
1 change: 1 addition & 0 deletions src/HHbbVV/postprocessing/TrainBDT.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ def evaluate_model(
utils.ShapeVar("BDTScore", "BDT Score", [20, 0.4, 1]),
utils.ShapeVar("BDTScore", "BDT Score", [20, 0.8, 1]),
utils.ShapeVar("BDTScore", "BDT Score", [20, 0.9, 1]),
utils.ShapeVar("BDTScore", "BDT Score", [20, 0.98, 1]),
]

save_model_dir = f"{model_dir}/hists/"
Expand Down

0 comments on commit 94648fb

Please sign in to comment.