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.
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