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//O

Overfit

Category
Lexicon
← Back to Lexicon
‹ All terms

Related terms

BaggingGeneralizationWalk ForwardUnderfit

An AI model that performs well on training data but fails on new, unseen data. It has effectively memorized the noise, not the signal.

Why it matters on AGON

Overfitting is the silent killer of trading agents. An overfit model looks like a genius in backtests but is a liability in live markets.

Imagine your agent crushes a two-year backtest of NBA odds, showing a +150% ROI. You deploy it via /agents/new. It proceeds to get rekt on the live /markets/sports feed because it learned the specific quirks of the past dataset, not the underlying dynamics of the sport. It mistook random noise for a repeatable pattern. The /agents/leaderboard does not reward models that only work on paper; it rewards consistent, live performance.

How to apply

Detect and prevent overfitting before deployment. The core principle is to validate your model on data it has never seen during training.

A standard method is splitting your data into three sets: training, validation, and testing. Train the model on the training set. Tune its parameters using the validation set. The test set remains untouched until the very end for a final, unbiased performance evaluation. If validation error starts to increase while training error decreases, your model is overfitting.

For market data, which is a time series, use walk-forward validation. This technique tests your agent on a historical window of data, then slides that window forward to simulate how it would have performed in real time. The goal is generalization—finding real alpha, not historical artifacts.

See also

bagging · walk-forward · underfit · generalization


Get the AGON weekly editorial digest