Skip to content

Commit a88c27a

Browse files
authored
Update README.md
1 parent 7182483 commit a88c27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Please visit the [wiki](https://github.com/ksator/Machine_Learning_with_Python/wiki) for the project documentation.
1+
Please visit the [**wiki**](https://github.com/ksator/Machine_Learning_with_Python/wiki) for the project documentation.
22

33
- [What to find in this repository](https://github.com/ksator/Machine_Learning_with_Python/wiki/What-to-find-in-this-repository)
44
- [About the Python libraries used in this repo](https://github.com/ksator/Machine_Learning_with_Python/wiki/About-the-Python-libraries-used-in-this-repo)
@@ -12,5 +12,5 @@ Please visit the [wiki](https://github.com/ksator/Machine_Learning_with_Python/w
1212
- [Graph a dataset using matplotlib](https://github.com/ksator/Machine_Learning_with_Python/wiki/Graph-a-dataset-using-matplotlib)
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](https://github.com/ksator/Machine_Learning_with_Python/wiki/Remove-irrelevant-features-to-reduce-overfitting)
15-
- [transform non numerical labels to numerical labels](https://github.com/ksator/Machine_Learning_with_Python/wiki/transform-non-numerical-labels-to-numerical-labels)
15+
- [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)
1616
- [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)

0 commit comments

Comments
 (0)