Skip to content

Running a targetted marketing ads on facebook. The company wants to anaylze customer behaviour by predicting which customer clicks on the advertisement

License

Notifications You must be signed in to change notification settings

meuwebsite/Facebook--PredictCustumer-Click

Repository files navigation

Machine Learning - Logistic Regression

Facebook--PredictCustumer-Click

fb

Background

Running a targetted marketing ads on facebook. The company wants to anaylze customer behaviour by predicting which customer clicks on the advertisement. Customer data is as follows:

Inputs:

  • Name
  • e-mail
  • Country
  • Time on Facebook
  • Estimated Salary (derived from other parameters)

Goals

  • Split the data in Train and Test
  • Train and Test the model in the data set
  • Visualize
  • Predict Click on the ad

How to run

Open Google Colab https://colab.research.google.com/

  • File
  • Upload Notebook
  • Run the Cells

Proccess

Import the data set and visualize the data

  • With Scatter plot

fb

  • With Box plot

fb

  • With Histogram

fb

Transforming the data and Executing a training Test

fb

With Confusion Matrix, checking on the accuracy

fb

ploting the boundary using the trained classifier

  • Run the classifier to predict the outcome on all pixels with resolution of 0.01
  • Colouring the pixels with 0 or 1
  • If classified as 0 it will be magenta, and if it is classified as 1 it will be shown in blue

fb

Ploting all the actual training points

fb

Visualising the Training set results for Tran and Test

fb

About

Running a targetted marketing ads on facebook. The company wants to anaylze customer behaviour by predicting which customer clicks on the advertisement

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages