Code Monkey home page Code Monkey logo

cs259's Introduction

CS259

Airbnb New User Bookings Prediction

This project deals with predicting the country in which a new Airbnb user will make his/her first booking. The problem statement and the dataset are part of a recently conducted Kaggle competition. The dataset consists of information about more than two hundred thousand Airbnb users. The information about users include the demographics of the user,web session activity logs, age, gender, signup information etc. Each user instance in the training dataset is also providedwith the country where they made their first booking makingthis a supervised learning problem. The problem is very interesting as it involves identifying the right features to fit an appropriate learning classifier to make predictions on the probable destination country. We have conducted extensive preprocessing of the data and extracted many features that are useful for the problem. Various classifiers with different learning algorithms are trained on top of the extracted features. LightGBM classifier trained on the extracted features gives an NDCG score of 0.88524 which is very close compared to the best ever score achieved in the competition 0.88697. Through the experiments conducted in this work, we observed that Boosting techniques outperform other classification methods used in this work. To evaluate and understand the importance of the developed features, we use gradient boosting techniques to calculate the feature importance. The experiments indicate that the age of an user, date of account creation, date of first activity along with certain features from sessions file are the most important ones for this problem. We have contributed an end-to-end machine learning framework to solve a real-world problem efficiently and accurately.

cs259's People

Contributors

kamalnayanch avatar sasankpagolu avatar

Watchers

James Cloos avatar  avatar

Forkers

sasankpagolu

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.