Giter Site home page Giter Site logo

sp-gotham's Introduction

Gotham City Cabs

Problem Setup

It is around the year 2034 in the city of Gotham, and the last time Batman got into a fight with the Joker, the Batmobile (Batman’s high-tech car) was seriously damaged. Apparently, it would take his butler, Alfred, a while to fix the car and during that time Batman needs to use a cab to save people! Alfred needs your help to come up with a good prediction of the taxi trip duration between multiple points of the Gotham city. If he can make such predictions, then that significantly helps with Batman’s missions. Lucius (Batman’s tech support staff) has been able to pull out a rich dataset of the recorded taxi durations between various parts of the city and is sharing that with you for your modeling purposes.

The input features of the aforementioned data file are:

  • pickupdatetime:a variable containing a date and a time specifying the date and the time the taxi picked of a passenger. For instance, you may observe a pickupdatetime of “6/14/2034 3:00:00 AM”, which indicates the time the taxi picked up the passenger.
  • NumberOfPassengers: The number of passengers loaded to the cab. Note that all passengers are loaded together and are dropped off together. So in case you see 5 people loaded, it means they all got to the cab together and all got off at the destination.
  • pickupx:This is a variable that represents the x coordinate of the location the taxi picked up the passenger.
  • pickupy:This is a variable that represents the y coordinate of the location the taxi picked up the passenger.
  • dropoffx:This is a variable that represents the x coordinate of the location the taxi dropped off the passenger.
  • dropoffy:This is a variable that represents the y coordinate of the location the taxi dropped off the passenger.

The response variable is:

  • duration: which is the duration of the trip in seconds.

sp-gotham's People

Contributors

gandhar avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.