Skip to content

Commit 4896aaa

Browse files
authored
Update README.md
1 parent 18e19d4 commit 4896aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ output file 02 should contain only City and the respective Covid Cases on 1st Oc
2828
Part 1:
2929

3030
**Data Cleaning:**
31-
The data was clean for most of the part except for NaN values and some inconsistent data entries(like m.c and m.c. were two different values in the 'Type' column).So,we removed NaN values with simple imputation techniques and also fixed the incocnsistent data entries.
31+
The data was clean for most of the part except for NaN values and some inconsistent data entries(like m.c and m.c. were two different values in the 'Type' column).So,we removed NaN values with simple imputation techniques and also fixed the inconsistent data entries.
3232

3333
**Features:**
3434
We dropped the 'City' and 'Population 2001' columns as city column was irrelevant for prediction and Population 2001 had large amount of missing values.We used label encoder for categorical features like 'SVM' 'State' etc.

0 commit comments

Comments
 (0)