Logistic Regression and Decision Tree

Let’s face it, the travelling public can be at best a fickle bunch and at worst, well…

Our model predicts customer cancellations by applying Logistic Regression and Decision Tree models to customer history and demographic data including lead time, booking type, day of the week, number of children and room price. The hotel can gain an edge by identifying customer characteristics, seasonal variabilities, room type and service level to adjust their cancellation policy and target rebooking.

  1. EDA

  2. Treatment for Multicollinearity and Outliers

  3. Built Logit model to a p-value of 0.05 with a regression equation to interpret coefficients as odds

  4. ROC-AUC to optimize model performance

  5. Decision Tree on original data with Pre and Post Pruning.

Previous
Previous

Supervised ML Algorithms with Hyperparameter Tuning

Next
Next

Linear Regression, Data Cleaning & EDA