https://github.com/ngirimana/ml_logistcs-regression
In this project we will be working with a fake advertising data set, indicating whether or not a particular internet user clicked on an Advertisement. We will try to create a model that will predict whether or not they will click on an ad based off the features of that user. This data set 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
https://github.com/ngirimana/ml_logistcs-regression
artificial-intelligence logistic-regression machine-learning machine-learning-algorithms python3
Last synced: 8 months ago
JSON representation
In this project we will be working with a fake advertising data set, indicating whether or not a particular internet user clicked on an Advertisement. We will try to create a model that will predict whether or not they will click on an ad based off the features of that user. This data set 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
- Host: GitHub
- URL: https://github.com/ngirimana/ml_logistcs-regression
- Owner: ngirimana
- Created: 2022-06-17T05:31:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T05:33:00.000Z (over 3 years ago)
- Last Synced: 2025-01-01T16:43:25.583Z (9 months ago)
- Topics: artificial-intelligence, logistic-regression, machine-learning, machine-learning-algorithms, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 671 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logistcs-regression