Skip to content

Added a project- Advertisement Analysis #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
704 changes: 704 additions & 0 deletions intern-basics/Advertisment Analysis/Advertisement analysis.ipynb

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions intern-basics/Advertisment Analysis/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
This project contains a fake advertising data set, indicating whether or not a particular internet user clicked on an Advertisement on a company website.
Created a model that will predict whether or not they will click on an ad based off the features of a particular user.

The data set used contains the following features:

* 'Daily Time Spent on Site': Consumer time on site in minutes
* 'Age': cutomer age in years
* 'Area Income': Avg. Income of geographical area of consumer
* 'Daily Internet Usage': Avg. minutes a day consumer is on the internet
* 'Ad Topic Line': Headline of the advertisement
* 'City': City of consumer
* 'Male': Whether or not consumer was male
* 'Country': Country of consumer
* 'Timestamp': Time at which consumer clicked on Ad or closed window
* 'Clicked on Ad': 0 or 1 indicated clicking on Ad
Loading