-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Online Shoppers' Intention Prediction #907
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
hey @srii5477 please assign this task to me as i have some experirnece in designing and creating these type of tasks |
I am asking for this issue to be assigned to me. |
Hi @srii5477 can you clarify on the approach you are taking for solving this problem statement? Also can you share the dataset URL? |
Hi, I'm planning to use a feedforward neural network to tackle this problem. The dataset URL is: https://archive.ics.uci.edu/dataset/468/online+shoppers+purchasing+intention+dataset. I will be using regularization techniques like dropout/early stopping to improve generalization. |
Hi @srii5477 you need to implement at least 3-4 models for this problem statement. Hence please update your approach as per the requirements. |
As an experienced ml, dl practitioner. Can you please assign this issue to me under 𝗚𝗦𝗦𝗼𝗖 '𝟮𝟰 𝗘𝘅𝘁𝗲𝗻𝗱𝗲𝗱 and Hacktoberfest |
@abhisheks008 I will use an LSTM, Random Forest classifier, and XGBoost classifier in addition to the MLP to approach the problem. |
As this repository mainly focuses on deep learning models, hence please update your approach based on the requirements and revert back. |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Online Shoppers' Intention Prediction Model
🔴 Aim : Helping e-commerce businesses tailor their marketing and advertising on their online platforms based on whether the visiting user is intending to purchase an item or is not fully convinced by the value and usefulness of the product.
🔴 Dataset : Online Shopper Intention Dataset from UCI's Machine Learning Library
🔴 Approach : Do necessary data preprocessing and feature engineering, use an ANN and decide the optimal number of layers, activation function and other parameters by trial.
📍 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 :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: