> For the complete documentation index, see [llms.txt](https://wiki.omar.engineer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.omar.engineer/machine-learning/terminology.md).

# Terminology

* **Feature** - An input variable used to infer things or make predictions.
* **Example** - One "row" (or entry) in a data set containing features and possibly labels.
* **Label (only for supervised learning)** - An identifier for what an example is. If you're training a machine to detect if a picture contains a cat or not, the label would be the correct answer that you want the machine to be able to answer.&#x20;
