Regression Recipes
Predict a continuous value per customer — total spend, item quantity, or visit count.
Common use cases
- Customer lifetime value (LTV) — total future spend
- Purchase count — number of future transactions
- Average order value — mean basket size
- Days to next purchase — time until next activity
- Credit card spend — forecast card expenditure over a period
Ready-to-run solutions
| Recipe | Industry | Description |
|---|---|---|
| Credit Card Spend | Finance | Forecast total card expenditure in a period |
| Purchase Value, Quantity, or Visits | Retail | Estimate spend, item count, or visit count |
See also: Practical guide
For the full training script, API reference, and default metrics, see the Regression implementation guide.