abhishekmanglaa / airbnb-booking-rate-prediction

Feature engineering and modelling to predict the high booking rate of an Airbnb listing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airbnb Booking Rate Prdiction

This project requires the following

library(stringr)
library(tidyr)
library(mice)
library(dplyr)
library(randomForest)
library(readr)
library(dplyr)
library(binr)
library(OneR)
library(RTextTools)
library(maxent) 
library(SnowballC)
library(ggplot2)
library(readr)
library(bs4Dash)
library(Imap)
library(widgetframe)
library(wordcloud)
library(xgboost)

Data

The dataset can be found as a Kaggle repository.

Models

  1. Logistic Regression
  2. Decision Trees
  3. L1 & L2 regularization