Question
The challenge is to correctly predict if a customer will click 'buy' on a website. There are three CSV files. In the train.csv file, 'Buy'
The challenge is to correctly predict if a customer will click 'buy' on a website.
There are three CSV files. In the train.csv file, 'Buy' is the target variable containing values 0 and 1. When Buy = 0, it means that the customer didn't click 'Buy'. When Buy = 1, it means that the customer did click 'Buy'. Each customer is uniquesly identified by 'Id' column in the train.csv and test.csv files. A sample submission file named 'submission.csv' is also provided for reference. This CSV file should contain only two columns - Id and Predicted.
You can find the data from Kaggle listed below.
www.kaggle.com/c/classification-data-challenge/data
2020 Classification Data Challenge | Kaggle
2020 Classification Data Challenge | Kaggle
Thank you :)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started