https://github.com/syedzaheerabbas/aerofit-descriptive_analysis
Analyzed customer profiles for Aerofit treadmills to enhance product recommendations. The project includes visualizations and probability calculations to understand how customer demographics impact treadmill purchases.
https://github.com/syedzaheerabbas/aerofit-descriptive_analysis
data-visualization descriptive-statistics eda insights probability-analysis python
Last synced: 2 months ago
JSON representation
Analyzed customer profiles for Aerofit treadmills to enhance product recommendations. The project includes visualizations and probability calculations to understand how customer demographics impact treadmill purchases.
- Host: GitHub
- URL: https://github.com/syedzaheerabbas/aerofit-descriptive_analysis
- Owner: Syedzaheerabbas
- Created: 2024-09-17T12:05:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:53:23.000Z (almost 2 years ago)
- Last Synced: 2025-12-31T08:27:59.107Z (6 months ago)
- Topics: data-visualization, descriptive-statistics, eda, insights, probability-analysis, python
- Language: Jupyter Notebook
- Homepage: https://colab.research.google.com/drive/1nPvURR61FX6pwIjXf_o5TdrfIQQdI2jl
- Size: 916 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Descriptive Analysis of Aerofit
## About Aerofit
Aerofit is a prominent brand in the fitness equipment industry, offering a diverse range of products including treadmills, exercise bikes, gym equipment, and fitness accessories. The brand caters to all fitness levels, enabling individuals to achieve their fitness goals through well-designed products.
## Business Problem
Aerofit’s market research team seeks to enhance their understanding of the customer base for their treadmill products. The goal is to analyze customer characteristics to improve product recommendations for potential buyers.
### Objectives:
- Develop customer profiles for each treadmill model.
- Use descriptive analytics, including visualizations (tables and charts), to uncover key insights.
- Build two-way contingency tables to calculate conditional and marginal probabilities, assessing the impact of customer demographics on treadmill purchases.
## Dataset Description
The dataset comprises information on customers who purchased a treadmill from Aerofit in the last three months. The key features of the dataset include:
- **Product Purchased**: KP281 (Entry-level), KP481 (Mid-level), KP781 (Advanced)
- **Age**: Customer’s age in years
- **Gender**: Male/Female
- **Education**: Number of years of education
- **Marital Status**: Single/Partnered
- **Usage**: Weekly treadmill usage (average number of sessions)
- **Income**: Annual income in USD
- **Fitness**: Self-rated fitness level on a scale of 1-5 (1 = poor, 5 = excellent)
- **Miles**: Expected number of miles the customer plans to walk/run weekly
## Product Portfolio:
- **KP281**: Entry-level treadmill ($1,500)
- **KP481**: Mid-level treadmill ($1,750)
- **KP781**: Advanced treadmill ($2,500)
## Methodology
1. **Data Exploration**: Initial data analysis and cleaning.
2. **Descriptive Analytics**: Visualizing data to identify trends and patterns in customer demographics.
3. **Probability Analysis**: Using contingency tables to compute conditional and marginal probabilities, assessing the likelihood of treadmill purchases based on customer characteristics.
4. **Insights & Recommendations**: Based on the analysis, propose strategies for improving product recommendations for new customers.
## Colab Notebook
The full analysis is available on Google Colab. [View the Notebook](colab_link.md).
## PDF Report
A detailed analysis report is available in the following PDF file: [View Report](analysis_report.pdf).
## Jupyter Notebook
The Python code and analysis are available in the following Jupyter Notebook: [View Notebook](analysis.ipynb).