User Guide ========== Use these pages after the quickstart when you need workflow-level guidance for real data preparation, training, and optional integrations. Workflow pages -------------- :doc:`Tree input ` Start from in-memory `ete3.Tree` objects or optional file readers. :doc:`Feature engineering ` Attach deterministic numeric attributes to tree nodes. :doc:`Graph conversion ` Convert feature-bearing trees into PyTorch Geometric `Data` objects. :doc:`Datasets and splits ` Package graph samples, labels, and deterministic train/validation/test partitions. :doc:`Training ` Run the trainer lifecycle with PyG datasets, loaders, checkpoints, and predictions. :doc:`Training configuration ` Use local TOML files for repeatable model, trainer, loss, metrics, and tracking settings. :doc:`Metrics and tracking ` Use built-in metrics and optional Weights & Biases logging. .. toctree:: :maxdepth: 1 tree_input feature_engineering graph_conversion datasets_and_splits training training_config metrics_tracking How the pages fit ----------------- Start with tree input, attach features, convert graphs, prepare datasets, and train with local checkpoints. Optional pages explain tracking and file formats that require extras. API details live in :doc:`../reference/index`.