From 4efab84feab3a0174ce64572854a76d993ff310c Mon Sep 17 00:00:00 2001 From: Siddhant Tiwari Date: Sun, 11 Aug 2024 12:58:16 +0530 Subject: [PATCH] Added project structure --- Hotel Booking Demand Prediction/README.md | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Hotel Booking Demand Prediction/README.md b/Hotel Booking Demand Prediction/README.md index e69de29bb..77f7cb1c1 100644 --- a/Hotel Booking Demand Prediction/README.md +++ b/Hotel Booking Demand Prediction/README.md @@ -0,0 +1,26 @@ +# Hotel Booking Demand Prediction + +## Project structure + +. +├── Dataset +│   ├── hotel_bookings.csv +│   └── README.md +├── Images +│   ├── featdist_adr.png +│   ├── featdist_adults.png +│   ├── featdist_arrivaldayofmonth.png +│   ├── featdist_arrivalweek.png +│   ├── featdist_leadtime.png +│   ├── featdist_staysweekday.png +│   ├── featdist_staysweekend.png +│   ├── featdist_totalstay.png +│   ├── featselect_corrfeatures.png +│   ├── featselect_corrtarget.png +│   ├── featselect_modelfimp.png +│   └── featselect_mutualinfo.png +├── Model +│   ├── eda_modeling_ensembling.ipynb +│   └── README.md +├── requirements.txt +└── README.md