Skip to content

Commit 30602be

Browse files
authored
Update README.md
1 parent 7ddc5e9 commit 30602be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
Please visit the [wiki](https://github.com/ksator/Machine_Learning_with_Python/wiki)
22

3+
- [What to find in this repository](https://github.com/ksator/Machine_Learning_with_Python/wiki/What-to-find-in-this-repository)
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)
5+
- [Euclidean distance vs Manhattan distance](https://github.com/ksator/Machine_Learning_with_Python/wiki/Euclidean-distance-vs-Manhattan-distance)
6+
- [machine learning introduction](https://github.com/ksator/Machine_Learning_with_Python/wiki/machine-learning-introduction)
7+
- [Introduction to arrays using numpy](https://github.com/ksator/Machine_Learning_with_Python/wiki/Introduction-to-arrays-using-numpy)
8+
- [visualize a dataset using seaborn](https://github.com/ksator/Machine_Learning_with_Python/wiki/visualize-a-dataset-using-seaborn)
9+
- [manipulate dataset with pandas](https://github.com/ksator/Machine_Learning_with_Python/wiki/manipulate-dataset-with-pandas)
10+
- [classification using SVC (Support vector classifier)](https://github.com/ksator/Machine_Learning_with_Python/wiki/classification-using-SVC-(Support-vector-classifier))
11+
- [Graph a dataset using matplotlib](https://github.com/ksator/Machine_Learning_with_Python/wiki/Graph-a-dataset-using-matplotlib)
12+
- [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)
13+
- [Remove irrelevant features to reduce overfitting](https://github.com/ksator/Machine_Learning_with_Python/wiki/Remove-irrelevant-features-to-reduce-overfitting)
14+
15+

0 commit comments

Comments
 (0)