abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!🌟💫 Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
180 stars 215 forks source link

Hotel Booking Analysis #572

Open mariam7084 opened 4 months ago

mariam7084 commented 4 months ago

ML-Crate Repository (Proposing new issue)

:red_circle: Project Title : Hotel Booking Analysis :red_circle: Aim : Perform EDA and visualization :red_circle: Dataset : https://www.kaggle.com/datasets/thedevastator/hotel-bookings-analysis :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

karandomguy commented 1 month ago

Full name : Karan Kumar Bhagat GitHub Profile Link : https://github.com/karandomguy Participant ID (If not, then put NA) : NA Approach for the Project:

  1. Exploratory Data Analysis (EDA):

Load the dataset and examine its structure. Handle missing values and perform data cleaning. Conduct univariate, bivariate, and multivariate analysis. Visualize data trends using various plots (histograms, bar charts, scatter plots, etc.).

  1. Feature Engineering:

Create and encode new features. Scale numerical features.

  1. Model Building:

Split the dataset into training and testing sets. Implement multiple algorithms (Decision Trees, Random Forest, Gradient Boosting, Logistic Regression, SVM, k-NN). Train and evaluate models using metrics (accuracy, precision, recall, F1-score, ROC-AUC).

  1. Model Comparison:

Compare models based on evaluation metrics. Identify the best-performing model.

  1. Documentation and Visualization:

Document data cleaning, EDA, feature engineering, model building, and evaluation. Save visualizations in the "Images" folder. Summarize insights and conclusions.

What is your participant role? (Mention the Open Source Program name. Eg. HRSoC, GSSoC, GSOC etc.) : SSoC

abhisheks008 commented 1 month ago

Implement 5-6 models for this dataset. Assigned @karandomguy

karandomguy commented 1 month ago

Thank you for assigning this to me @abhisheks008 Will get this done asap