Skip to content

Commit

Permalink
Merge pull request #20 from akapoorcern/master
Browse files Browse the repository at this point in the history
Final shot before release 1.4
  • Loading branch information
a-kapoor authored Jul 27, 2021
2 parents 1317697 + 4bbbdd1 commit 90ce300
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 2,171 deletions.
1 change: 1 addition & 0 deletions Configs/SimpleBinaryClassification_XGBoost.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
SaveDataFrameCSV,loadfromsaved=True,False #If loadfromsaved=True, dataframe stored in OutputDirName will be read

Classes,ClassColors = ['IsolatedSignal','NonIsolated'],['#377eb8', '#ff7f00']
#Remeber: For binary classification, first class of the Classes argument should be signal, otherwise, plots might not make sense.

processes=[
{'Class':'IsolatedSignal','path':'./DY.root',
Expand Down
1 change: 1 addition & 0 deletions Configs/SimpleBinaryClassification_with_XGBoost_and_DNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
SaveDataFrameCSV,loadfromsaved=True,False #If loadfromsaved=True, dataframe stored in OutputDirName will be read

Classes,ClassColors = ['IsolatedSignal','NonIsolated'],['#377eb8', '#ff7f00']
#Remeber: For binary classification: First class of the Classes argument should be signal, otherwise, plots might not make sense.

processes=[
{'Class':'IsolatedSignal','path':'./DY.root',
Expand Down
Loading

0 comments on commit 90ce300

Please sign in to comment.