Skip to content

Kaggle : Where will a new guest book their first travel experience?

Notifications You must be signed in to change notification settings

liamculligan/airbnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Airbnb

[Kaggle - Where will a new guest book their first travel experience?] (https://www.kaggle.com/c/airbnb-recruiting-new-user-bookings)

Introudction

The goal of this competition was to predict where a new Airbnb user will make their first booking, using demographic data, web session records and some further summary statistics.
There were 12 possible destinations and the evaluation metric for the competition was Normalised Discounted Cumulative Gain @ 5.

Performance

The solution obtained a rank of [31st out of 1462 competitors] (https://www.kaggle.com/c/airbnb-recruiting-new-user-bookings/leaderboard/private).

Execution

  1. Create a working directory for the project
  2. [Download the data from Kaggle] (https://www.kaggle.com/c/airbnb-recruiting-new-user-bookings/data) and place in the working directory.
    The files required are: train_users_2.csv, test_users.csv and sessions.csv.
  3. Run users_sessions.py
  4. Run xgb_bag.R

Requirements

  • MySQL
  • Python 3+
  • R 3+

About

Kaggle : Where will a new guest book their first travel experience?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published