A project contains a fake advertising data set, indicating whether or not a particular internet user clicked on an Advertisement on a company website. Try to create a model that will predict whether or not they will click on an ad based off the features of that user.

885    Asked by IraJoshi in Data Science , Asked on Nov 30, 2019
Answered by Ira Joshi

We will import the libraries


Now we import the dataset and check the columns



Now we will split the dataset


Now we will predict and evaluate our model





Your Answer

Interviews

Parent Categories