regression

Installation
SKILL.md

Regression with XGBoost + Conformal Prediction Intervals

For tabular regression, default to XGBoost as the point estimator and use conformalized quantile regression (CQR) to attach prediction intervals that actually achieve their stated coverage. Point estimates without intervals are not a model — they're a guess. This skill teaches the workflow for shipping a regressor that a downstream system can trust.

When to use this skill

  • The target is continuous (price, count, score, time, demand)
  • The features are tabular (numbers, categories, dates) — not images, text, or audio
Related skills
Installs
4
First Seen
Apr 18, 2026