Here we will analyzing historical data and identifying patterns that could indicate potential cancellations of reservations.
40 Hrs. | Intermediate
This Course Includes:
In today’s world, people take high amounts of responsibilities. These high responsibilities lead to stress and wear out. To relax everybody thinks of going on a holiday or vacation. Reservations are made for hotels at some destination. It is not necessary that once the reservation is made, the person who made the reservation will show up at the day of reservation. They might have to cancel it due to unforeseen circumstances. These reservation cancellations are a huge problem faced by the hotel owners or managers as they are at a loss because they cannot take another booking on the same day.
Catering to all the problems stated above, we have developed a model which can predict whether the made reservation will be cancelled. This model can be used by hotel owners and managers for predicting the booking cancellations. This model does not ask for personalised data such as name, age, gender, religion, address, etc. You can use this web application anytime you receive a reservation, and the model will the output for the reservation cancellation.This model should be used for reducing losses by the hotel owners and should not be the only factor for making important decisions.
Technical Architecture
Project Flow
Create project folder which contains files as shown below:
The data obtained is in two csv files, one for training and another for testing.
We are building a Flask application which will require the html files to be stored in the templates folder.
The css files should be stored in the static folder.
app.py file is used for routing purposes using scripting.
model.pkl is the saved model. This will further be used in the Flask integration.
Training folder contains a model training file.