-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analysis of Online Food Delivery Preferences #793
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
hi @Nndna9 , please assign this issue to me with an appropriate level tag |
What is the parameter you are planning to predict here? Can you elaborate more on your approach. |
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? |
Actually, I was planning to do only the EDA, but now I'll use Logistic Regression model |
Analysis part is okay. But as this project repository demands deep learning models, you need to focus on deep learning methods. |
Deep Learning Simplified Repository (Proposing new issue) 1)Data Preprocessing: Handle missing values, duplicate entries, and outliers. 2)Exploratory Data Analysis (EDA): Use Pandas, Matplotlib, and Seaborn for statistical analysis and visualizations. 3)Deep Learning Models: Model 1: RNN or Transformer-based Model for user behavior prediction. 4)Model Evaluation: Use MAE, RMSE for time series models. |
Assigning this issue to you @Pratzybha |
Hello @Pratzybha! Your issue #793 has been closed. Thank you for your contribution! |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title :
Online Food Delivery Preferences
🔴 Aim :
Finding factors which are contributing to the demand of food delivery in the city.
🔴 Dataset : [
]https://www.kaggle.com/datasets/benroshan/online-food-delivery-preferencesbangalore-region?resource=download
🔴 Approach : Exploratory data analysis and implementation of 5 models.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Geospatial Analysis, time factor Analysis , Models - Logistic Regression model
Decision Tree model
Random Forest Classifier model
kNNClassifier model
Naive Bayes Classifier model
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: