Predictive AI data requirements break down into six dimensions: relevance (does the data actually relate to the outcome you’re predicting?), volume (do you have enough rows?), freshness (does the data arrive on time?), quality (clean, consistent, trustworthy?), labels (do you have known outcomes to learn from?), and history depth (enough time to capture seasonality and cycles?). Teams that say “we don’t have enough data” often have plenty just not on the right dimensions.
The Six Dimensions of Data Readiness
|
Dimension |
Question to ask |
|
Relevance |
Does this data actually relate to the outcome? |
|
Volume |
Do we have enough rows for a reliable model? |
|
Freshness |
Does it arrive in time to be useful? |
|
Quality |
Is it clean, consistent, and trustworthy? |
|
Labels |
Do we have known outcomes to train on? |
|
History depth |
Enough time to capture cycles? |
Relevance
A model can only learn relationships present in the data. If your demand depends on weather and you don’t have weather data, no amount of sales history will fix it. The relevance audit asks: what signals are likely to drive this outcome, and do we have them? Feature design is half the battle.
Volume
Common myths: you need millions of rows. Reality: many high-value predictive models run on tens or hundreds of thousands. Volume requirements scale with model complexity (deep learning needs more), class imbalance (rare events need more), and the breadth of patterns you’re trying to capture. Volume is necessary but rarely the binding constraint.
Freshness
A great forecast that arrives after the decision has already been made is worthless. Define the freshness SLA up front: data has to be in the warehouse by 6am for the 8am replenishment run. Most production failures are freshness failures.
Quality
Cleanliness, consistency, schema stability, sensible nulls, no silent unit changes. Quality is unglamorous, often gets blamed for model failure, and rewards investment more than nearly anything else. (See building a decision intelligence system for your business for the data layer.)
Labels
For supervised learning, you need historical examples with known outcomes fraud /not, churned / retained, sold / not, defaulted / paid. Labels often live in different systems or are messy (“fraud” may be labeled inconsistently). Label hygiene matters as much as feature hygiene.
History Depth
You need enough history to capture the cycles you’re trying to forecast. Monthly demand: at least 2–3 years to see seasonality. Annual budgeting: 5+ years to see macro cycles. Rare events: long history or unsupervised methods. Short history limits model choice. Centric assesses data readiness through its predictive and decision AI service.
Want a data-readiness audit? Explore Centric predictive and decision AI or talk to the Centric team.
Frequently Asked Questions
How much data do I need for predictive AI?
Depends on the model, the rarity of the event, and the breadth of patterns. Many business problems work on tens or hundreds of thousands of rows. Volume is rarely the binding constraint relevance, freshness, and quality usually are.
What if my data is messy?
It usually is. Cleaning is unglamorous but high-ROI. Plan for the cleaning effort before modeling.
Do we need data we don’t currently collect?
Sometimes. The relevance audit identifies high-value missing signals. Adding new data collection is often part of the project.
What about labels?
Supervised models need them. If labels don’t exist, plan to create them (label review process), use weak supervision, or choose unsupervised approaches like anomaly detection.
Conclusion
Data readiness for predictive AI is not one question but six, and “we don’t have enough data” usually names the wrong one. Relevance comes first: a model can only learn relationships that are present in the data, so if the outcome depends on a signal you don’t collect, no amount of history fixes it feature design is half the battle. Volume matters, but it is rarely the binding constraint; many high-value models run on tens or hundreds of thousands of rows, with requirements scaling by model complexity and how rare the event is. Freshness is where production quietly fails a great forecast that lands after the decision is worthless, so define the data-arrival SLA up front. Quality cleanliness, consistency, stable schemas, sensible nulls, no silent unit changes is unglamorous and rewards investment more than almost anything else. Labels decide whether supervised learning is even possible, and label hygiene matters as much as feature hygiene. And history depth sets which cycles you can capture and therefore which models you can use. Audit all six honestly and you will usually find you have more usable data than you thought just not evenly across the dimensions that matter. Explore Centric predictive and decision AI for a data-readiness audit across all six dimensions.
