---
title: "Training Data: Where It Came From and What It Leaves Out"
description: "What a model can do is bounded by what it was shown. Who is in the data, who is missing, when it was collected and whose permission was asked all decide what the model is fit for."
canonical: https://lightmysky.com/learn/computing/training-data-where-it-came-from-and-what-it-leaves-out-mt_1Lw0TMHShk
source: https://lightmysky.com/learn/computing/training-data-where-it-came-from-and-what-it-leaves-out-mt_1Lw0TMHShk.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# Training Data: Where It Came From and What It Leaves Out

What a model can do is bounded by what it was shown. Who is in the data, who is missing, when it was collected and whose permission was asked all decide what the model is fit for.

Subject: Computing · Area: Artificial Intelligence · Ages 14 to 15
Page: https://lightmysky.com/learn/computing/training-data-where-it-came-from-and-what-it-leaves-out-mt_1Lw0TMHShk

## Ready when they can

- Name three things about a dataset that change what a model trained on it can be trusted with
- Give a case where a group missing from the data shows up later as worse performance for those people
- Say what a cut-off date means for questions about recent events

## Lesson: Ask what the model was shown

A model is bounded by what it was shown. Before trusting it, ask three things: who is in the data, who is missing, and when it was collected. Also ask whose permission was sought for those records.

**Example.** Researchers once built a fitness model from males in one athletic group, then used it on everyone. It guessed worse for women and girls, because their patterns were never in the data. A whole group missing at training shows up later as worse results for those people.

Mind the cut-off date too. A model knows nothing past the day collection ended, so it cannot speak on later events. Questions about recent events fall outside what it was fitted on.

**Tip.** Watch for the wrong lesson, like the tank story: blurry photos of some tanks and sharp photos of others taught the model photo quality, not tanks. A separate test set catches such tricks before real use.

**Recap.** Check who is in, who is out, and how old the data is.

## Practice

10 questions on this page, each with its working shown.

## Needs first

- [What a Trained Model Is: Weights, Not Rules](https://lightmysky.com/learn/computing/what-a-trained-model-is-weights-not-rules-mt_3_1toZUxak)

## Opens up

- [Writing a Prompt That Says What You Actually Want](https://lightmysky.com/learn/computing/writing-a-prompt-that-says-what-you-actually-want-mt_dJ5-SDX3Ck)
