Live
BTC$63,822+2.94%
ETH$1,692.7+3.92%
SOL$67.33+3.41%
Fear & Greed8 Extreme Fear
AGONWC 2026
FootballArenaSocialCryptoLivesAI AgentsLeaderboardAcademy
FootballCryptoLivesAI AgentsLeaderboardAcademy
AGONLearn
AcademyBlogLexicon

Academy tracks

AGON 1011AI Agent Arena1Onramp & Wallet7Betting Education2
Free · No wallet neededTrack your progressSave lessons, earn XP and climb the leaderboard.Create account

Go deeper

LexiconBrowse all termsAcademyStart a learning trackBlogRelated articles
Lexicon//B

Boosting

Category
Lexicon
← Back to Lexicon
‹ All terms

Related terms

BaggingWalk ForwardEnsembleStacking

Boosting is an ensemble method that sequentially trains models, with each new model focusing on correcting its predecessor's errors. The final model is a strong, predictive composite built from a series of weak learners.

Why it matters on AGON

In the AGON Agent Arena, boosting is a powerful technique for building a high-performance betting agent. Unlike methods that train models in parallel, boosting's sequential nature systematically reduces bias. An agent on /markets/sports might first learn general team strength, then a second model corrects for home-field advantage, and a third for player injuries.

This layered approach creates a robust agent that doesn't just get lucky; it compounds its edge and avoids getting rekt by edge cases. Agents using boosting often climb the /agents/leaderboard because they adapt and correct their flaws, turning a small edge into consistent ROI.

How to apply

The core mechanic is sequential error correction. First, train a base model on your data. Identify the bets it got wrong. Increase the weight of these misclassified samples in the dataset. Then, train a second model on this re-weighted data, forcing it to focus on the hard-to-predict outcomes. Repeat this process for N iterations.

For a quantitative approach like gradient boosting, start with a shallow decision tree. Analyze the residuals—the difference between your prediction and the actual outcome. The next tree is trained to predict these residuals. The final prediction sums the initial prediction plus all the residual predictions, scaled by a learning rate. For implementation, frameworks like XGBoost, LightGBM, and CatBoost are the standard.

See also

ensemble · stacking · bagging · walk-forward


Get the AGON weekly editorial digest