All Projects → hpnhxxwn → Airbnb

hpnhxxwn / Airbnb

Predict the destination countries when user first book using Airbnb

Projects that are alternatives of or similar to Airbnb

Probfit
Cost function builder. For fitting distributions.
Stars: ✭ 43 (-2.27%)
Mutual labels:  jupyter-notebook
Big data benchmarks
big data technologies comparisons for cleaning, manipulating and generally wrangling data in purpose of analysis and machine learning.
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Reinforcement Learning Notebooks
A collection of Reinforcement Learning algorithms from Sutton and Barto's book and other research papers implemented in Python.
Stars: ✭ 1,020 (+2218.18%)
Mutual labels:  jupyter-notebook
Yolov5 Deepsort
Stars: ✭ 42 (-4.55%)
Mutual labels:  jupyter-notebook
Midi Miner
Python MIDI track classifier and tonal tension calculation based on spiral array theory
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Repsychling
Data sets from subject/item type studies in Psychology and Linguistics
Stars: ✭ 43 (-2.27%)
Mutual labels:  jupyter-notebook
Business Analytics Ime654
Course homepage for "Business Analytics (IME654)" @Korea University
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Sagemaker Churn
Hands-on SageMaker lab looking at cell phone churn
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
News push project
Real Time News Scraping and Recommendation System - React | Tensorflow | NLP | News Scrapers
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Teaching Material
Teaching materials for the machine learning and deep learning classes at Stanford and Cornell
Stars: ✭ 1,022 (+2222.73%)
Mutual labels:  jupyter-notebook
Walkwithfastai.github.io
Host for https://walkwithfastai.com
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Attention
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Deepbayes 2018
Seminars DeepBayes Summer School 2018
Stars: ✭ 1,021 (+2220.45%)
Mutual labels:  jupyter-notebook
Deeptutor
Spaced repetition through deep reinforcement learning
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Topographica
A general-purpose neural simulator focusing on topographic maps.
Stars: ✭ 43 (-2.27%)
Mutual labels:  jupyter-notebook
Fastseq
A way to use N-Beats in fastai for sequence data
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Latent dirichlet allocation
This is the Code for "Generative Models - The Math of Intelligence #8" By Siraj Raval on Youtube
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Parlai agents
# ParlAI Agent examples with PyTorch, Chainer and TensorFlow
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Elemnet
Deep Learning the Chemistry of Materials From Only Elemental Composition for Enhancing Materials Property Prediction
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook

Airbnb new user first destination prediction

Link for the input data

https://www.kaggle.com/c/airbnb-recruiting-new-user-bookings/data

Requred python library

xgboost

Make a new directory input and put all the data in this directory. Also create directories feature_engineer_processed and preprocessed.

mkdir input
ln -s input/train_users_2.csv input/train_users.csv
mkdir preprocessed
mkdir feature_engineer_processed

Pre-process raw data:

python code/feature_engineer.py  -p input
python code/feature_process.py -p input

Generate model and make prediction on the test data

python code/xgboost_cv.py -lr 0.35 -d 5 -n 50 -ct 0.7 -sub 1 -p preprocessed
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].