Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nick-peter-marcus/marketing-data-analysis

Analyzing Marketing Analytics Data on Purchase Behavior and Campaign Responses - Customer Segmentation, Data Visualization, Regression Analysis, Random Forest
https://github.com/nick-peter-marcus/marketing-data-analysis

data-visualization k-means-clustering linear-regression logistic-regression pca random-forest segmentation

Last synced: 4 days ago
JSON representation

Analyzing Marketing Analytics Data on Purchase Behavior and Campaign Responses - Customer Segmentation, Data Visualization, Regression Analysis, Random Forest

Awesome Lists containing this project

README

        

# marketing-analytics-data
In this project, I will perform exploratory data analyses, data visualization and statistical analysis utilizing machine learning algorithms on a [kaggle dataset](https://www.kaggle.com/datasets/jackdaoud/marketing-data/data) containing Marketing Data.

More precisely:
- Customers' expenditures on different product categories will be predicted by applying linear regression analyses.
- Acceptance of the most recent marketing campaign will be regressed on customer data using logistic regression.
- Importance of individual features in the model predicting response is assessed by implementing a Random Forest Classifier.
- Finally, customer segmentation will be performed by using the k-means approach.