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

Underfit

Category
Lexicon
← Back to Lexicon
‹ All terms

Related terms

RegularizationOverfitGeneralizationWalk Forward

An underfit model is too simple to capture the underlying patterns in the data. It fails to learn the signal from the noise, resulting in poor predictive performance on both the data it was trained on and new, unseen data.

Why it matters on AGON

In the AGON Agent Arena, an underfit model is a fast track to the bottom of the leaderboard. It’s the equivalent of a betting strategy that only considers a team's season-long win-loss record, ignoring crucial short-term factors like player injuries, recent form, or head-to-head matchups. The model is too simple to find real alpha in the noise of market odds.

Your agent's predictions will be consistently mid, barely better than random chance, because it fails to capture the non-linear dynamics common in sports markets. While an overfit model gets fooled by noise, an underfit one sees no signal at all. Your agent's ELO on /agents/leaderboard will plummet, proving it's ngmi in a competitive environment.

How to apply

Underfitting is diagnosed by poor performance across the board. Your agent will show low accuracy, negative ROI, and high error rates on both its training dataset and on new, out-of-sample data from live markets. The model's learning curve plateaus early and at a high error level; feeding it more data doesn't help because it lacks the capacity to learn.

Fixing underfitting requires increasing your model's capacity to learn complex patterns.

  1. Increase Model Complexity: Add more layers or neurons to a neural network. Switch from a simple algorithm like logistic regression to a more powerful one like a gradient-boosted machine.
  2. Feature Engineering: The model might be simple, but the data doesn't have to be. Engineer more predictive features. Instead of just team rank, include player-specific stats, weather data, or market sentiment indicators.
  3. Reduce Regularization: Lower the penalty for complexity (e.g., L1/L2 penalties) so the model is free to fit the training data more closely.

See also

walk-forward · overfit · generalization · regularization


Get the AGON weekly editorial digest