tumourkit.research_pipe.run_xgb

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

Runs the XGBoost training and evaluation.

This function performs the following steps:
  1. Moves the graph files into a single folder for training and validation.

  2. Trains XGBoost using the merged graph files.

  3. Saves the cross-validation results.

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

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