Learn practical skills, build real-world projects, and advance your career

1 - 🚕 INTRODUCTION

Machine Learning: Zero to GBMs Final Project: Predicting Taxi Ride Length ~ Evan Marie Carr

For my final project, I chose from the suggest datasets, the Taxi Trip Duration Prediction - https://www.kaggle.com/c/nyc-taxi-trip-duration.


Please use the table of contents to the left for easy navigation through this notebook. I have highlighted all the main parts of the process as well as any time I made large changes to the data.

alt

1.1 - 🚦 Getting Started

%%capture
!pip install -q gwpy
%%capture
!pip install jovian --upgrade --quiet