abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
314 stars 289 forks source link

Analysis of Online Food Delivery Preferences #793

Open Nndna9 opened 1 week ago

Nndna9 commented 1 week ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title :
Online Food Delivery Preferences :red_circle: Aim :
Finding factors which are contributing to the demand of food delivery in the city. :red_circle: Dataset : [
]https://www.kaggle.com/datasets/benroshan/online-food-delivery-preferencesbangalore-region?resource=download :red_circle: Approach : Exploratory data analysis and implementation of 5 models.


šŸ“ 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. šŸ˜Ž

github-actions[bot] commented 1 week ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! šŸ˜Š

Nidhi-Satyapriya commented 1 week ago

hi @Nndna9 , please assign this issue to me with an appropriate level tag

abhisheks008 commented 1 week ago

What is the parameter you are planning to predict here? Can you elaborate more on your approach.

Nndna9 commented 1 week ago

Here using the data we're trying to different EDAs along with Geospatial and Time factor Analysis. As this is my first open source contribution I'd like to start with this the main aim of this is to help beginners understand different EDAs.

Thank you

abhisheks008 commented 1 week ago

Here using the data we're trying to different EDAs along with Geospatial and Time factor Analysis. As this is my first open source contribution I'd like to start with this the main aim of this is to help beginners understand different EDAs.

Thank you

Cool I understand the analysis part. Is there any involvement of deep learning models in this project?

Nndna9 commented 5 days ago

Actually, I was planning to do only the EDA, but now I'll use Logistic Regression model Decision Tree model Random Forest Classifier model kNN Classifier model Naive Bayes Classifier model .

abhisheks008 commented 5 days ago

Actually, I was planning to do only the EDA, but now I'll use Logistic Regression model Decision Tree model Random Forest Classifier model kNN Classifier model Naive Bayes Classifier model .

Analysis part is okay. But as this project repository demands deep learning models, you need to focus on deep learning methods.