Skip to main content
Open llms.txtCopy tools

Boosted Tree Models

Use these guides for row-level boosted tree models. If the target is a regular time series, switch to the forecasting guides. If the learned ID representation itself is the point of the experiment, switch to the neural guides.

When To Use Boosting

  • You need a tree model for numeric, class, or grouped-ranking targets.
  • The signal may depend on time, location, membership, or residual structure.
  • You want one entry point for fit, predict, save, load, and parameter selection, then a narrower page for each estimator.

Guides

Prepare And Validate The Data

Start from dense measured features, then add specialized controls only when they match the question:

Compare against serious baselines on the same split, keep the feature access equal, and record the exact command, dataset, split, and metric summary.