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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ Please visit the [**wiki**](https://github.com/ksator/Machine_Learning_with_Pyth
11
11
-[classification using SVC (Support vector classifier)](https://github.com/ksator/Machine_Learning_with_Python/wiki/classification-using-SVC-(Support-vector-classifier))
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
-
-[Remove irrelevant features to reduce overfitting](https://github.com/ksator/Machine_Learning_with_Python/wiki/Remove-irrelevant-features-to-reduce-overfitting)
14
+
-[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))
15
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