Skip to content

Commit

Permalink
Added project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant4ds committed Aug 11, 2024
1 parent 03e4102 commit 4efab84
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Hotel Booking Demand Prediction/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4efab84

Please sign in to comment.