# Features, Feature Engineering, & Feature Stores

### Machine Learning Features and Feature Engineering

Features are individual independent variables that act as inputs in a machine learning system.  Features are properties of a problem for which we would like to predict results. In simplistic terms, one column of a data set can be considered to be one feature.  In a more real-world scenario, you would obtain training features from existing features using a method known as “feature engineering.”

### Feature Store

Model-driven organizations are beginning to store features centrally in what has recently been termed a feature store.  A feature store is a data management layer (the output of a data lake) that allows data scientists and data engineers to share and discover features.&#x20;

Feature stores enable highly curated and consistent training datasets for machine learning. This layer aids in implementing full traceability along with compliance and scalability from data source to final outcome. The term was originally coined by Uber with the introduction of its Michelangelo machine learning platform. &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://machine-learning.paperspace.com/wiki/features-feature-engineering-and-feature-stores.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
