You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
2
2
3
3
-[What to find in this repository](https://github.com/ksator/Machine_Learning_with_Python/wiki/What-to-find-in-this-repository)
4
4
-[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
12
12
-[Graph a dataset using matplotlib](https://github.com/ksator/Machine_Learning_with_Python/wiki/Graph-a-dataset-using-matplotlib)
13
13
-[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)
14
14
-[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)
16
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)
0 commit comments