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

new-york-city-taxi-trip-duration

Use the "Run" button to execute the code.

Problem statement

The dataset is based on the 2016 NYC Yellow Cab trip record data made available in Big Query on Google Cloud Platform. The data was originally published by the NYC Taxi and Limousine Commission (TLC).We are tasked with creating 2 models to predict the duration of the trip(time in sec) for test dataset. dataset source :https://www.kaggle.com/c/nyc-taxi-trip-duration/data

Let's start by installing required libraries.

!pip install jovian opendatasets pandas numpy matplotlib seaborn plotly scikit-learn --upgrade --quiet

Importing the modules required .