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:
- Simple Linear Regression Trees
- Multiple Linear Regression Trees
- Regression Trees SNAP ML
1. Type on your Terminal python + The path of the project you want to test for example:
python .\Regression\Regression_Trees.py
2. The only file missing in this project, that would have to be downloaded by you due to its size is:
'yellow_tripdata_2019-06.csv'
Technologies used in the project:
- sklearn
- pylab
- matplotlib.pyplot
- train_test_split
- Python
- panda
- numpy
- SNAP ML
