Machine learning basics
One measurable fact about an example, such as a price or an age, that a model reads as input when it makes a guess.
Formal
A single input value describing an example, given to a model as a number or turned into numbers first; in training data each example is a row of features, often paired with a label.
In plain English
Like the boxes on a form, such as age, income and address, that a bank clerk reads before deciding on a loan.
In practice
A housing company that wants to guess the rent a flat can fetch gives its model the size in square metres, the number of rooms, the floor and the distance to the nearest train station.
Why it matters
A model can only find patterns in what it is shown, so a missing, wrong or unfair input limits every answer it gives.