This Project was done in order for me to practice and learn machine learning. With each code file you have a set of comments explaining the code and also a separate file with the instructions to build the same if you would like to give it a try !
This File includes Projects to Practice:
- K-Nearest
- Decision Trees
1. Type on your Terminal python + The path of the project you want to test for example:
python .\Classification\Decision_Trees.py
Technologies used in the project:
- sklearn
- numpy
- pandas
- train_test_split
- matplotlib.pyplot
- Python
- KNeighborsClassifier
- Conda
