Skip to content

Commit 18eeb35

Browse files
committed
formatting
1 parent a06da4d commit 18eeb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The *get_data()* function can be used to return a dictionary with these values:
225225

226226
<a name="preprocessing"></a>
227227
## Data pre-processing and featurization
228-
If you use "preprocess=True", the following data preprocessing steps are performed automatically for you:
228+
If you use `preprocess=True`, the following data preprocessing steps are performed automatically for you:
229229

230230
1. Dropping high cardinality or no variance features
231231
- 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).

0 commit comments

Comments
 (0)