Skip to content

Commit 6dac197

Browse files
authored
Update README.md
1 parent e4eb5ec commit 6dac197

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
@@ -13,4 +13,4 @@ Please visit the [**wiki**](https://github.com/ksator/Machine_Learning_with_Pyth
1313
- [Use k-Fold Cross Validation to evaluate the performance of a trained model](https://github.com/ksator/Machine_Learning_with_Python/wiki/Use-k-Fold-Cross-Validation-to-evaluate-the-performance-of-a-trained-model)
1414
- [Remove irrelevant features to reduce overfitting using RFE (Recursive Feature Elimination)](https://github.com/ksator/Machine_Learning_with_Python/wiki/Remove-irrelevant-features-to-reduce-overfitting-using-RFE-(Recursive-Feature-Elimination))
1515
- [transform non numerical labels to numerical labels with LabelEncoder](https://github.com/ksator/Machine_Learning_with_Python/wiki/transform-non-numerical-labels-to-numerical-labels-with-LabelEncoder)
16-
- [split a column into multiple columns with OneHotEncoder](https://github.com/ksator/Machine_Learning_with_Python/wiki/split-a-column-into-multiple-columns-with-OneHotEncoder)
16+
- [split a column into multiple columns (One Hot Encode)](https://github.com/ksator/Machine_Learning_with_Python/wiki/split-a-column-into-multiple-columns-(One-Hot-Encode))

0 commit comments

Comments
 (0)