In this project using New York dataset we will predict the fare price of next trip.
The dataset can be downloaded from https://www.kaggle.com/kentonnlp/2014-new-york-city-taxi-trips
The dataset contains 2 Crore records and 8 features along with GPS coordinates of pickup and dropoff
- pickup_latitude
- pickup_longitude
- dropoff_latitude
- dropoff_longitude
- fare_amount
- pickup_datetime
- passenger_count
- Data Preprocessing
- Data Visualization
- Feature Engineering
- Machine Learning Modeling
- Random Forest Regressor
Pandas
Matplotlib
Seaborn
Scikit Learn
Jupyter Notebook
Geopy
pip install numpy
pip install pandas
pip install seaborn
pip install scikit-learn
pip install matplotlib
pip install geopy
Jupyter Notebook Installation Guide https://jupyter.org/install