What problem does it solve? Running the LG-GNN (Local-to-Global GNN) model for fMRI-based phenotype prediction requires adapting the original population-graph architecture to single-subject brain graphs, handling PyG 2.7 compatibility issues, and wiring up SABP pooling with mutual-information regularization. This Skill provides a ready NeuroClaw reimplementation with reference training scripts for both classification and regression tasks. ## Core Features & Use Cases - Single-subject LG-GNN adaptation: Retains the Local_GNN with SABP pooling and MI regularization, replacing the population graph with an MLP head so no demographic graph is needed. - Unified classification and regression training: One K-fold CV training script handles both phenotype classification (e.g., gender) and regression (e.g., age prediction) with configurable hyperparameters. - BrainGNN data reuse: Directly consumes the shared PyG NeuroClawFCDataset format (data/braingnn_input/<atlas>/sub-*.pt), so no extra preprocessing is required. - Use Case: A researcher with preprocessed HCP functional connectivity data wants to predict subject age using a Schaefer atlas; they run the reference training script in regression mode and get MAE metrics per fold plus ROI importance from SABP. ## Quick Start Ask the agent to train LG-GNN on the aal_116 atlas with the HCP gender labels CSV for 10 epochs on fold 0 as a smoke test.