Skip to content

Commit 0158a60

Browse files
authored
Update README.md
1 parent 366b20c commit 0158a60

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
Please visit the [**wiki**](https://github.com/ksator/Machine_Learning_with_Python/wiki) for the project documentation.
1+
The python examples cover how to:
2+
- load a labeled dataset
3+
- examine the dataset
4+
- manipulate the dataset
5+
- graph the dataset
6+
- use a supervised classification algorithm
7+
- train the machine learning algorithm
8+
- evaluate the performance of the trained model
9+
- use the trained model to make predictions
210

11+
Please visit the [**wiki**](https://github.com/ksator/Machine_Learning_with_Python/wiki) for the project documentation. It has a "machine learning with python" tutorial:
312
- [What to find in this repository](https://github.com/ksator/Machine_Learning_with_Python/wiki/What-to-find-in-this-repository)
413
- [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)
514
- [Euclidean distance vs Manhattan distance](https://github.com/ksator/Machine_Learning_with_Python/wiki/Euclidean-distance-vs-Manhattan-distance)

0 commit comments

Comments
 (0)