Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elisemercury committed Jul 6, 2022
1 parent 6daf575 commit bde0ecd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ In some cases, the default settings of AutoClean might not optimally fit your da
It has the following adjustable parameters, for which the options and descriptions can be found below:

````python
AutoClean(dataset, mode='auto', duplicates=False, missing_num=False, missing_categ=False, encode_categ=False,
extract_datetime=False, outliers=False, outlier_param=1.5, logfile=True, verbose=False)
AutoClean(dataset, mode='auto', duplicates=False, missing_num=False, missing_categ=False,
encode_categ=False, extract_datetime=False, outliers=False, outlier_param=1.5,
logfile=True, verbose=False)
````

| Parameter | Type | Default Value | Other Values |
Expand Down

0 comments on commit bde0ecd

Please sign in to comment.