Skip to content

Commit 2975c27

Browse files
authored
Merge pull request #17 from UBC-MDS/cor_map
Updated function names in README
2 parents e2c45c9 + 1c00dc4 commit 2975c27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ $ pip install -i https://test.pypi.org/simple/ eda_utils_py
1515
## Functions
1616

1717
The four functions contained in this package are as follows:
18-
- Function 1: A function to identify and impute missing values
19-
- Function 2: A function to identify and deal with outliers
20-
- Function 3: A function to scale numerical values in the dataset
2118
- `cor_map`: A function to plot a correlation matrix of numeric columns in the dataframe
19+
- `outlier_identifier`: A function to identify and deal with outliers
20+
- `scale` A function to scale numerical values in the dataset
21+
- `imputer`: A function to impute missing values
2222

2323

2424
## Our Place in the Python Ecosystem

0 commit comments

Comments
 (0)