Data Enrichments
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.
Check out the infer_missing step for more information.
Parameters
- Column to fill values in
The model will try to fill the null values using the information already present in the column.
Was this page helpful?