GithubHelp home page GithubHelp logo

airline_study's Introduction

Airline Data Study

Complete Data Science flow for airline data.

From data import, feature engineering, to modeling and submission.

PREDICTING BAGGAGE LIKELIHOOD

GOAL

The goal of this task is to predict which new customers are going to purchase additional baggage for their trips using historical information from past bookings.

DATA DESCRIPTION

Two files are attached with the training and test datasets. The training dataset contains 50,000 bookings and the test dataset 30,000 bookings. The data fields are the following ones:

TIMESTAMP: (date) date when the booking was bought.
WEBSITE: (string) Website where the trip was purchased. It is composed of a prefix that stands for the website (“ED” = Edreams, “OP” = Opodo, “GO” = Go Voyage) and a suffix for the country (for example: ES = Spain)
GDS: (integer) Number of flights bought through the Global Distribution System
NO GDS: (integer) Number of flights bought through other channels.
DEPARTURE: (date) Departure date
ARRIVAL: (date) Arrival date
ADULTS: (integer) Number of adults
CHILDREN: (integer) Number of children
INFANTS: (integer) Number of infants
TRAIN: (boolean) Whether the booking contains train tickets or not
DISTANCE: (float) Distance travelled
DEVICE: (string) Device used for the purchase
HAUL TYPE: (string) Whether the trip was “Domestic”, “Continental” or “Intercontinental”.
TRIP TYPE: (string) Trips can be either “One Way”, “Round Trip” or “Multi-Destination”
PRODUCT: (string) Bookings can contain only travel (“Trip”) or travel and a hotel (“Dynpack”).
SMS: (boolean) Indicates if the customer has selected a confirmation by SMS
EXTRA BAGGAGE: (boolean) Variable to predict, only in the train dataset. Indicates if the customer has purchased extra baggage for the trip or not.

EVALUATION

The evaluation method will be the F1 Score, in case a probability is given, the evaluation method will be the AUC ROC.

SUBMISSION FORMAT

The submission must contain the source code and the predictions for the 30000 bookings in CSV (Comma Separated Values) format, for instance:

ID EXTRA_BAGGAGE: {0 True, 1 False}
Or the probabilities:
ID EXTRA_BAGGAGE: {0 0.35, 1 0.78}

airline_study's People

Contributors

tomruarol 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.