Training data is the collection of labeled examples a learning system is shown. The model does not receive the rule; it receives examples and their correct answers, and it works backward from those to a rule of its own.
What sets the ceiling
- Size — a pattern supported by only a few examples cannot be told apart from coincidence
- Balance — if one label dominates, the model can score well by always guessing it
- Label accuracy — a wrong answer key teaches the model to be confidently wrong, and more data does not repair it
A more powerful model does not compensate for poor training data. It will fit the data it was given, including its errors, more thoroughly.