> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Predict Missing Values

> Train a model to infer missing values

This function allows us to train a model to fill in the missing values present in your data.

<Note>
  Check out the [infer\_missing](/api-docs/prepare/enrich/infer_missing) step for
  more information.
</Note>

## Parameters

* **Column** to fill values in

The model will try to fill the null values using the information already present in the column.
