TheDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-models-integrations-20260527-015516.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wandb library includes a special callback for LightGBM that automatically logs training metrics, feature importance, and model checkpoints to W&B. You can also use the generic logging features of W&B to track large experiments, such as hyperparameter sweeps.
Use this integration to monitor gradient boosting model performance, compare runs, and analyze feature contributions without writing custom logging code.
For working code examples, see the repository of examples on GitHub.
Tune your hyperparameters with Sweeps
To get the best performance from models, tune hyperparameters such as tree depth and learning rate. W&B Sweeps is a toolkit that configures, orchestrates, and analyzes large hyperparameter testing experiments. To learn more about these tools and see an example of how to use Sweeps with XGBoost, open the following interactive Colab notebook.