Skip to content

Commit 0c8695e

Browse files
authored
Update README.md
1 parent 09802b8 commit 0c8695e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You can specify the handling method by setting `missing_categ` to: `'logreg'`, `
127127

128128
Defines how **categorical** values should be encoded. Categorical values can be onehot- or label-encoded.
129129

130-
The parameter must be handed as Python `list` type. When set to `['auto']`, AutoClean:
130+
The parameter must be handed as Python `list` type. When set to `'auto'`, AutoClean:
131131

132132
* onehot-encodes features that have **less than 10 unique data values**
133133
* label-encodes features that have **less than 20 unique data values**
@@ -171,7 +171,7 @@ You can **customize** the outlier bounds by changing the default `outlier_param`
171171

172172
Defines whether a logfile should be generated while the AutoClean process runs. If set to `True`, it will create a `autoclean.log` file in your current working directory.
173173

174-
You can view a [sample logfile here](https://github.com/elisemercury/AutoClean/blob/main/autoclean/autoclean.log).
174+
You can view a [sample logfile here](https://github.com/elisemercury/AutoClean/blob/main/AutoClean/autoclean.log).
175175

176176
### verbose
177177

0 commit comments

Comments
 (0)