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
Get step-by-step solutions from verified subject matter experts
