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:
Moves the graph files into a single folder for training and validation.
Trains XGBoost using the merged graph files.
Saves the cross-validation results.
- Parameters:
args (Namespace) – The arguments for the XGBoost training.
logger (Logger) – The logger object used for logging messages.