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

New York City Taxi Trip Duration

https://www.kaggle.com/c/nyc-taxi-trip-duration

This Kaggle challenges expects us to build a mdoel that predicts the total duration of taxi trips in New York City.
The primary dataset is one released by the NYC Taxi and Limousine Commission, which includes pickup time, geo-coordinates, number of passengers, and several other variables.

!pip install jovian --upgrade --quiet
import jovian

Now installing opendatasets and downloading the datasets.

!pip install opendatasets --upgrade --quiet
import opendatasets as od