Book Image

The Art of Data-Driven Business

By : Alan Bernardo Palacio
Book Image

The Art of Data-Driven Business

By: Alan Bernardo Palacio

Overview of this book

One of the most valuable contributions of data science is toward helping businesses make the right decisions. Understanding this complicated confluence of two disparate worlds, as well as a fiercely competitive market, calls for all the guidance you can get. The Art of Data-Driven Business is your invaluable guide to gaining a business-driven perspective, as well as leveraging the power of machine learning (ML) to guide decision-making in your business. This book provides a common ground of discussion for several profiles within a company. You’ll begin by looking at how to use Python and its many libraries for machine learning. Experienced data scientists may want to skip this short introduction, but you’ll soon get to the meat of the book and explore the many and varied ways ML with Python can be applied to the domain of business decisions through real-world business problems that you can tackle by yourself. As you advance, you’ll gain practical insights into the value that ML can provide to your business, as well as the technical ability to apply a wide variety of tried-and-tested ML methods. By the end of this Python book, you’ll have learned the value of basing your business decisions on data-driven methodologies and have developed the Python skills needed to apply what you’ve learned in the real world.
Table of Contents (17 chapters)
1
Part 1: Data Analytics and Forecasting with Python
4
Part 2: Market and Customer Insights
9
Part 3: Operation and Pricing Optimization

What this book covers

Chapter 1, Analyzing and Visualizing Data with Python, serves as an introduction to data analytics with pandas and data analytics with Seaborn. You will learn how to transform, visualize, and analyze data, as these are the fundamental tools that will be used throughout the book. You will be introduced to these libraries through examples based on real-life example applications.

Chapter 2, Using Machine Learning in Business Operations, introduces scikit-learn, the most popular ML framework for applying ML algorithms using Python. You will learn about the basic concepts of ML, how to perform training, and the inference of supervised and unsupervised algorithms. These concepts will be reinforced through exercises and used in later chapters in real-life applications regarding the optimization of various business applications.

Chapter 3, Finding Business Opportunities with Market Insights, focuses on the use of Python and search trends analysis in order to obtain valuable information from search engine data. You will learn how to obtain information about search engine trends using Python, structure and visualize the results to validate assumptions, expand queries with similar ones, and analyze the content of the results using NLP and scikit-learn.

Chapter 4, Understanding Customer Preferences with Conjoint Analysis, will introduce you to conjoint analysis, which involves analyzing user preference survey data, applying methods to determine how users weigh each attribute, and predicting how new combinations will be ranked.

Chapter 5, Selecting the Optimal Price with Price Demand Elasticity, will introduce you to the concept of price elasticity and it will use it to find the best price for different products using sales data. By the end of the chapter, you will be able to find the price that maximizes revenue and understand the demand curve.

Chapter 6, Product Recommendation, demonstrates two methods for creating product recommendations and performing market basket analysis. You will learn about collaborative filtering and a priori algorithms and how to implement them to create product recommendations using sales data.

Chapter 7, Predicting Customer Churn, will show you how to predict the subtle changes in consumer behavior using Python and scikit-learn.

Chapter 8, Grouping Users with Customer Segmentation, will help you learn about and practice, with real-life cases, methods that can be applied to model the data and which unsupervised ML methods can be used to find these groups, as well as to find their key characteristics. Finally, you will learn how to capitalize on this knowledge by learning to analyze these segments in terms of sales, and how to convey these findings in clearly defined dashboards using Seaborn.

Chapter 9, Using Historical Markdown Data to Predict Sales, will allow you to analyze the impact of promotions on historic time-series sales data using pandas and Seaborn, as well as optimize stock and storage using scikit-learn to analyze the impact of promotions and optimize storage costs.

Chapter 10, Web Analytics Optimization, will show you how to analyze digital marketing data using Python by analyzing the result of digital advertising campaigns, calculate the return on investment based on the customer lifetime value prediction, and optimize the investments being done in programmatic advertising platforms.

Chapter 11, Creating a Data-Driven Culture in Business, reaches out to business leaders to learn how they have applied data science and analytics to improve business operations. We will reach out to several chief data officers and lead data scientists to gather concrete examples of how they have applied these methods throughout several companies.