Skip to content

Commit fc5e36a

Browse files
authored
Update README.md
1 parent 2f492a7 commit fc5e36a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ ex.
3333

3434
## All techniques of handling Missing values
3535

36-
1.[Mean/Mode/Median replacement](https://github.com/Rushi21-kesh/Handling-Missing-Values/blob/main/1.%20Mean%20Median%20Mode%20imputation.ipynb)
37-
2.[Random sample imputation](https://github.com/Rushi21-kesh/Handling-Missing-Values/blob/main/2.%20Random%20Sample%20Imputation.ipynb)
38-
3. Capturing NAN values with a new feature
39-
4. End of Distribution imputation
40-
5. Arbitrary imputation
41-
6. Frequent categories imputation
36+
1. Mean/Mode/Median replacement
37+
2. Random sample imputation
38+
3. Capturing NAN values with a new feature
39+
4. End of Distribution imputation
40+
5. Arbitrary imputation
41+
6. Frequent categories imputation
4242
#### Note we perform all this techniques on 'Titanic' dataset, you can download it from :
4343
- [Titanic Datset](https://github.com/Rushi21-kesh/Handling-Missing-Values/blob/main/Titanic.csv)

0 commit comments

Comments
 (0)