Skip to content

Hotel booking cancellation prediction using Logistic Regression, KNN, Gradient Boosting Tree, and LSTM.

Notifications You must be signed in to change notification settings

daumierle/cancellation_predict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cancellation Prediction for Hotel Booking

Dataset

Kaggle dataset for hotel booking demand can be downloaded here

Important - Put the csv file inside folder cancel_model/datasets

Installation

pip install -r requirements.txt

Usage

To train the model

python cancel_model/train.py

To test the model using FastAPI

python app/main.py

About

Hotel booking cancellation prediction using Logistic Regression, KNN, Gradient Boosting Tree, and LSTM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages