Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamsoni98/classification-with-decision-tree

This project predicts iPhone purchases using demographic data (gender, age, salary). A Decision Tree Classifier was used, achieving 88.16% accuracy. Insights from the model can refine marketing strategies, optimize product offerings, and boost sales by targeting key customer segments.
https://github.com/shubhamsoni98/classification-with-decision-tree

algorithms anaconda classification data data-science descision-tree jupyter-notebook machine-learning prediction python

Last synced: 19 days ago
JSON representation

This project predicts iPhone purchases using demographic data (gender, age, salary). A Decision Tree Classifier was used, achieving 88.16% accuracy. Insights from the model can refine marketing strategies, optimize product offerings, and boost sales by targeting key customer segments.

Awesome Lists containing this project

README

        

# Classification-with-Decision-Tree
This project predicts iPhone purchases using demographic data (gender, age, salary). A Decision Tree Classifier was used, achieving 88.16% accuracy. Insights from the model can refine marketing strategies, optimize product offerings, and boost sales by targeting key customer segments.

# iPhone Purchase Status Prediction

## Overview

This project aims to predict whether a customer will purchase an iPhone based on demographic factors such as gender, age, and salary. By applying a Decision Tree Classifier, the project provides actionable insights into customer behavior, enabling businesses to optimize marketing and sales strategies.

## Objectives

- **Predict iPhone Purchases**: Determine the likelihood of a customer purchasing an iPhone using demographic data.
- **Understand Influencing Factors**: Analyze how gender, age, and salary affect purchase decisions.
- **Enhance Marketing Strategies**: Utilize insights to target marketing efforts and refine product offerings.

## Solution

### Data Collection

- **Dataset**: `iphone_purchase_records.csv`
- **Columns**: `Gender`, `Age`, `Salary`, `Purchase Iphone`