A python program build to demonstrate the implementation of linear regression models using the following two implementations:
- using Spark MLlib library
- using Machine learning Scikit-learn package in python
Note: For demostration purposes New York Taxi database was used as input Code predicts the taxi fare for different parameters of taxi data. Where paramenters are taxi pick up and drop locations.