Data Science for Marketing Analytics


Description
The course starts by teaching you how to use Python libraries, such as pandas and Matplotlib, to read data from Python, manipulate it, and create plots, using both categorical and continuous variables. Then, you'll learn how to segment a population into groups and use different clustering techniques to evaluate customer segmentation. As you make your way through the course, you'll explore ways to evaluate and select the best segmentation approach, and go on to create a linear regression model on customer value data to predict lifetime value. In the concluding sections, you'll gain an understanding of regression techniques and tools for evaluating regression models, and explore ways to predict customer choice using classification algorithms. Finally, you'll apply these techniques to create
| Lesson Id | Title | Description |
|---|---|---|
| 1 | Data Preparation and Cleaning |
Data Models and Structured Data pandas Data Manipulation |
| 2 | Data Exploration and Visualization |
Identifying the Right Attributes Generating Targeted Insights Visualizing Data |
| 3 | Unsupervised Learning: Customer Segmentation |
Customer Segmentation Methods Similarity and Data Standardization k-means Clustering |
| 4 | Choosing the Best Segmentation Approach |
Choosing the Number of Clusters Different Methods of Clustering Evaluating Clustering |
| 5 | Predicting Customer Revenue Using Linear Regression |
Understanding Regression Feature Engineering for Regression Performing and Interpreting Linear Regression |
| 6 | Other Regression Techniques and Tools for Evaluation |
Evaluating the Accuracy of a Regression Model Using Regularization for Feature Selection Tree-Based Regression Models |
| 7 | Supervised Learning: Predicting Customer Churn |
Classification Problems Understanding Logistic Regression Creating a Data Science Pipeline |
| 8 | Fine-Tuning Classification Algorithms |
Support Vector Machine Decision Trees Random Forest Preprocessing Data for Machine Learning Models Model Evaluation Performance Metrics |
| 9 | Modeling Customer Choice |
Understanding Multiclass Classification Class Imbalanced Data |