NYC Taxi Fare Prediction. Rider Fare Prediction in The Big Apple

By Medium - 2020-12-19

Description

The data for this project can be found on Kaggle in the New York City Taxi Fare Prediction competition held by Google Cloud. The entire training set consists of about 55 million rows of NYC taxi fare…

Summary

  • NYC Taxi Fare Prediction Rider Fare Prediction in The Big Apple The Data Loading the Data The data for this project can be found on Kaggle in the New York City Taxi Fare Prediction competition held by Google Cloud.
  • Along with the datetime attributes that were added, there are a few features that can be added using the pick-up and drop-off points from the data.
  • Another alternative would be LightGBM which many others have used as well in the Kaggle competition.
  • Using the same data cleaning processes earlier, I decided to put the XGBoost model to test using the entire dataset.

 

Topics

  1. Backend (0.33)
  2. Database (0.15)
  3. Machine_Learning (0.1)

Similar Articles

K-fold Cross Validation with PyTorch

By MachineCurve - 2021-02-02

Explanations and code examples showing you how to use K-fold Cross Validation for Machine Learning model evaluation/testing with PyTorch.

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…