Skip to content

Latest commit

 

History

History
executable file
·
22 lines (19 loc) · 1.15 KB

Executing_MOGDx.md

File metadata and controls

executable file
·
22 lines (19 loc) · 1.15 KB
jupytext kernelspec
formats text_representation
md:myst
extension format_name format_version jupytext_version
.md
myst
0.13
1.11.5
display_name language name
Python 3
python
python3

Executing MOGDx

MOGDx can be executed either by running the MOGDx.py module on the command line, or interactively using the MOGDx.ipynb Jupyter Notebook.

Jupyter Notebook

The Jupyter Notebook is designed to train one model on a single network. This is a useful tool to become accustomed to the running, training and expected outputs of the model. It is also useful for debugging any small errors with network generation e.g. missing patient nodes or patient nodes with no edges.

Command Line

The command line interface is a single line command designed for execution on a cluster. The command can be run on either GPU or CPU and is designed for hyperparameter tuning, and flexible modalitiy integration. The command will train one model, with one set of parameters on a single network. The command is designed to be run concurrently with results formatted in an easy to read method so that the optimal model can be quickly distinguished.