From 18eeb35d371200ad56279e29175ad79b3d1b731f Mon Sep 17 00:00:00 2001 From: Sheri Gilley Date: Sun, 23 Sep 2018 16:20:07 -0500 Subject: [PATCH] formatting --- automl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automl/README.md b/automl/README.md index e66bdcc4..d9753f0f 100644 --- a/automl/README.md +++ b/automl/README.md @@ -225,7 +225,7 @@ The *get_data()* function can be used to return a dictionary with these values: ## Data pre-processing and featurization -If you use "preprocess=True", the following data preprocessing steps are performed automatically for you: +If you use `preprocess=True`, the following data preprocessing steps are performed automatically for you: 1. Dropping high cardinality or no variance features - Features with no useful information are dropped from training and validation sets. These include features with all values missing, same value across all rows or with extremely high cardinality (e.g., hashes, IDs or GUIDs).