dunedn.scripts package
Submodules
dunedn.scripts.dunedn module
This script is the DUNEdn package entry point. Parses the subcommands from command line and calls the appropriate function to run.
Example
Main help output:
$ dunedn --help
usage: dunedn [-h] {preprocess,train,inference,analysis} ...
dunedn
positional arguments:
{preprocess,train,inference,analysis}
preprocess preprocess dataset of protodune events
train train model loading settings from configcard
inference load event and make inference with saved model
analysis load reconstructed and target events and compute accuracy metrics
optional arguments:
-h, --help show this help message and exit