tumourkit.research_pipe.run_void

tumourkit.research_pipe.run_void(args: Namespace, logger: Logger) None

Runs the training of GNN models without prior and morphological features.

This function performs the following steps:
  1. Trains a GNN model without prior.

  2. Trains a GNN model without morphological features.

  3. Trains a void GNN model (without prior and morphological features).

Parameters:
  • args (Namespace) – The arguments for the GNN training.

  • logger (Logger) – The logger object used for logging messages.