Belle II Software development
|
Public Member Functions | |
def | identifier (self) |
def | sample_file_name (self) |
def | create_argument_parser (self, **kwds) |
def | postprocess (self) |
Public Attributes | |
task | |
Process each event according to the user's desired task (train, eval, explore) | |
output_file_name | |
Set file name for the TBrowser to show if demanded. | |
Static Public Attributes | |
str | task = "train" |
Recording / training task selected. | |
None | variables = None |
Input variable for the training or the classification analysis. | |
None | groupby = None |
Input groupby the classification analysis. | |
None | auxiliaries = None |
Input auxiliaries the classification analysis. | |
str | truth = "truth" |
Truth variable name. | |
Prepare and execute a basf2 job to train neural network, postprocess, and inspect
Definition at line 19 of file training.py.
def create_argument_parser | ( | self, | |
** | kwds | ||
) |
Create argument parser
Reimplemented from BrowseTFileOnTerminateRunMixin.
Definition at line 50 of file training.py.
def identifier | ( | self | ) |
Database identifier of the filte being trained
Definition at line 38 of file training.py.
def postprocess | ( | self | ) |
Run the training as post-processing job To run only the training run with --postprocess-only
Reimplemented from BrowseTFileOnTerminateRunMixin.
Definition at line 64 of file training.py.
def sample_file_name | ( | self | ) |
File name of the recorded sample to be trained on Defaults to the class name minus the mandatory TrainingRun postfix
Definition at line 43 of file training.py.
|
static |
Input auxiliaries the classification analysis.
Default use none
Definition at line 32 of file training.py.
|
static |
Input groupby the classification analysis.
Default use no groupby
Definition at line 29 of file training.py.
output_file_name |
Set file name for the TBrowser to show if demanded.
Definition at line 122 of file training.py.
|
static |
Recording / training task selected.
Definition at line 23 of file training.py.
task |
Process each event according to the user's desired task (train, eval, explore)
Definition at line 70 of file training.py.
|
static |
Truth variable name.
Definition at line 35 of file training.py.
|
static |
Input variable for the training or the classification analysis.
Default use all variables
Definition at line 26 of file training.py.