You are here

A Practical Guide to Data Mining for Business and Industry

Andrea Ahlemeyer-Stubbe and Shirley Coleman
Publisher: 
Wiley
Publication Date: 
2014
Number of Pages: 
303
Format: 
Hardcover
Price: 
80.00
ISBN: 
9781119977131
Category: 
Textbook
BLL Rating: 

The Basic Library List Committee suggests that undergraduate mathematics libraries consider this book for acquisition.

[Reviewed by
Laura Ring Kapitula
, on
08/13/2014
]

A Practical Guide to Data Mining for Business and Industry gives practical tools on how information can be extracted from masses of data. The book is very well written, in a conversational tone that makes it enjoyable to read. The authors are excellent communicators. If you are interested in learning about data mining, learning to do a particular task in data mining, looking for a textbook to use in a data mining or analytics course, or have a problem or data analytic task you are working on, this book would be an excellent place to start.

The authors state that they take a cookbook approach and they accomplish their goal in a manner that not only provides recipes but makes the reader a better practitioner of the art of data mining. For each method, they give excellent instruction that can be understood by novices up to more advanced readers, but they also include many gems and things to think about when doing this type of work. The book starts with a list of terms and includes an excellent bibliography for those who want to go deeper or learn more about certain methods or topics. The book has depth,but is written so clearly that a depth of understanding and methods for good practice can be obtained without the reader feeling overwhelmed with jargon or complicated technical terminology. Since the authors do not assume previous technical knowledge, they always explain the terms they are using, but of course if an unknown term is stumbled upon in another section the reader can always refer to the dictionary.

The book is organized into three main sections. The first gives an overall view of the book and a basic framework for and definition of data mining. The book emphasizes that modeling always needs to take place in context and that content knowledge needs to guide modeling choices. They give five steps for the data mining process and follow those steps throughout the book. In overly simplified terms, they are: the business task, data provision and processing, modeling (data analysis), evaluation and validation, and application/learning. They write about the process of going from data, to information, to knowledge and ultimately to wisdom.

In part two the authors go into the details of practical methodology. They emphasize that data need to be of high quality and well prepared and that big data does not necessarily mean informative data. Furthermore, they explain some ways in which data mining may differ from standard statistical modeling. They do not assume the reader comes from any specific background, so this chapter can really help bridge understanding between business practitioners, computer scientists, and statisticians, a huge aid in collaborative work. This section also gives a lot of practical details on getting the data ready, methods, and validation. They discuss regression methods, discriminant analysis, decision trees, neural networks, and other methods. They emphasize that automatic tools can be helpful and should be used, but that they cannot take the place of careful thinking and content knowledge in selection methodology and evaluating the model. They stress that models should not only be empirically validated but that they need to be validated from the business point of view.

The third and final section of the books is called “Data Mining in Action” and gives a series of case studies or “recipes” in marketing and prediction. The recipes are clearly written and short. This would be a great place to start on a specific applied problem after reading sections one and two to get a sense of the big picture and the basics of the methods. The authors also discuss software in this section, referring the reader to their website for more information on choosing software. They primarily use the SAS product JMP for the examples in the text, but their examples are not software specific.

I highly recommend this book. It is one of the best applied statistics books I have read, and I have read many over the years. It should be purchased by libraries, as it is a book that anyone with some interest in data mining or data analytics could benefit from reading. I also think this book would make an excellent textbook for a data mining or analytics course. As a textbook, it could be used at the undergraduate or graduate level and is best for students who have had at least an introductory statistics course. The book does not provide software-specific instruction, a good thing in my opinion, so for a college course combining this text with software-specific materials would be appropriate. For example, the SAS Institute provides training (free) to professors on their products and provides course notes even if you can’t attend their trainings (see http://support.sas.com/learn/ap/index.html). So if a teacher was planning for a course on business analytics or data mining and planned to use SAS Enterprise Miner, I think this book and notes on data mining or advanced business analytics from SAS would make for a great course.


Laura Ring Kapitula is an assistant professor in the Department of Statistics at Grand Valley State University. She is an experienced applied statistician and her research interests include statistical computing, educational evaluation, hierarchical modeling, influence diagnostics, epidemiology and statistical graphics.

Glossary of terms xii

Part I Data Mining Concept 1

1 Introduction 3

1.1 Aims of the Book 3

1.2 Data Mining Context 5

1.2.1 Domain Knowledge 6

1.2.2 Words to Remember 7

1.2.3 Associated Concepts 7

1.3 Global Appeal 8

1.4 Example Datasets Used in This Book 8

1.5 Recipe Structure 11

1.6 Further Reading and Resources 13

2 Data Mining Definition 14

2.1 Types of Data Mining Questions 15

2.1.1 Population and Sample 15

2.1.2 Data Preparation 16

2.1.3 Supervised and Unsupervised Methods 16

2.1.4 Knowledge-Discovery Techniques 18

2.2 Data Mining Process 19

2.3 Business Task: Clarification of the Business Question behind the Problem 20

2.4 Data: Provision and Processing of the Required Data 21

2.4.1 Fixing the Analysis Period 22

2.4.2 Basic Unit of Interest 23

2.4.3 Target Variables 24

2.4.4 Input Variables/Explanatory Variables 24

2.5 Modelling: Analysis of the Data 25

2.6 Evaluation and Validation during the Analysis Stage 25

2.7 Application of Data Mining Results and Learning from the Experience 28

Part II Data Mining Practicalities 31

3 All about data 33

3.1 Some Basics 34

3.1.1 Data, Information, Knowledge and Wisdom 35

3.1.2 Sources and Quality of Data 36

3.1.3 Measurement Level and Types of Data 37

3.1.4 Measures of Magnitude and Dispersion 39

3.1.5 Data Distributions 41

3.2 Data Partition: Random Samples for Training, Testing and Validation 41

3.3 Types of Business Information Systems 44

3.3.1 Operational Systems Supporting Business Processes 44

3.3.2 Analysis-Based Information Systems 45

3.3.3 Importance of Information 45

3.4 Data Warehouses 47

3.4.1 Topic Orientation 47

3.4.2 Logical Integration and Homogenisation 48

3.4.3 Reference Period 48

3.4.4 Low Volatility 48

3.4.5 Using the Data Warehouse 49

3.5 Three Components of a Data Warehouse: DBMS, DB and DBCS 50

3.5.1 Database Management System (DBMS) 51

3.5.2 Database (DB) 51

3.5.3 Database Communication Systems (DBCS) 51

3.6 Data Marts 52

3.6.1 Regularly Filled Data Marts 53

3.6.2 Comparison between Data Marts and Data Warehouses 53

3.7 A Typical Example from the Online Marketing Area 54

3.8 Unique Data Marts 54

3.8.1 Permanent Data Marts 54

3.8.2 Data Marts Resulting from Complex Analysis 56

3.9 Data Mart: Do’s and Don’ts 58

3.9.1 Do’s and Don’ts for Processes 58

3.9.2 Do’s and Don’ts for Handling 58

3.9.3 Do’s and Don’ts for Coding/Programming 59

4 Data Preparation 60

4.1 Necessity of Data Preparation 61

4.2 From Small and Long to Short and Wide 61

4.3 Transformation of Variables 65

4.4 Missing Data and Imputation Strategies 66

4.5 Outliers 69

4.6 Dealing with the Vagaries of Data 70

4.6.1 Distributions 70

4.6.2 Tests for Normality 70

4.6.3 Data with Totally Different Scales 70

4.7 Adjusting the Data Distributions 71

4.7.1 Standardisation and Normalisation 71

4.7.2 Ranking 71

4.7.3 Box–Cox Transformation 71

4.8 Binning 72

4.8.1 Bucket Method 73

4.8.2 Analytical Binning for Nominal Variables 73

4.8.3 Quantiles 73

4.8.4 Binning in Practice 74

4.9 Timing Considerations 77

4.10 Operational Issues 77

5 Analytics 78

5.1 Introduction 79

5.2 Basis of Statistical Tests 80

5.2.1 Hypothesis Tests and P Values 80

5.2.2 Tolerance Intervals 82

5.2.3 Standard Errors and Confidence Intervals 83

5.3 Sampling 83

5.3.1 Methods 83

5.3.2 Sample Sizes 84

5.3.3 Sample Quality and Stability 84

5.4 Basic Statistics for Pre-analytics 85

5.4.1 Frequencies 85

5.4.2 Comparative Tests 88

5.4.3 Cross Tabulation and Contingency Tables 89

5.4.4 Correlations 90

5.4.5 Association Measures for Nominal Variables 91

5.4.6 Examples of Output from Comparative and Cross Tabulation Tests 92

5.5 Feature Selection/Reduction of Variables 96

5.5.1 Feature Reduction Using Domain Knowledge 96

5.5.2 Feature Selection Using Chi-Square 97

5.5.3 Principal Components Analysis and Factor Analysis 97

5.5.4 Canonical Correlation, PLS and SEM 98

5.5.5 Decision Trees 98

5.5.6 Random Forests 98

5.6 Time Series Analysis 99

6 Methods 102

6.1 Methods Overview 104

6.2 Supervised Learning 105

6.2.1 Introduction and Process Steps 105

6.2.2 Business Task 105

6.2.3 Provision and Processing of the Required Data 106

6.2.4 Analysis of the Data 107

6.2.5 Evaluation and Validation of the Results (during the Analysis) 108

6.2.6 Application of the Results 108

6.3 Multiple Linear Regression for use when Target is Continuous 109

6.3.1 Rationale of Multiple Linear Regression Modelling 109

6.3.2 Regression Coefficients 110

6.3.3 Assessment of the Quality of the Model 111

6.3.4 Example of Linear Regression in Practice 113

6.4 Regression when the Target is not Continuous 119

6.4.1 Logistic Regression 119

6.4.2 Example of Logistic Regression in Practice 121

6.4.3 Discriminant Analysis 126

6.4.4 Log-Linear Models and Poisson Regression 128

6.5 Decision Trees 129

6.5.1 Overview 129

6.5.2 Selection Procedures of the Relevant Input Variables 134

6.5.3 Splitting Criteria 134

6.5.4 Number of Splits (Branches of the Tree) 135

6.5.5 Symmetry/Asymmetry 135

6.5.6 Pruning 135

6.6 Neural Networks 137

6.7 Which Method Produces the Best Model? A Comparison of Regression, Decision Trees and Neural Networks 141

6.8 Unsupervised Learning 142

6.8.1 Introduction and Process Steps 142

6.8.2 Business Task 143

6.8.3 Provision and Processing of the Required Data 143

6.8.4 Analysis of the Data 145

6.8.5 Evaluation and Validation of the Results (during the Analysis) 147

6.8.6 Application of the Results 148

6.9 Cluster Analysis 148

6.9.1 Introduction 148

6.9.2 Hierarchical Cluster Analysis 149

6.9.3 K-Means Method of Cluster Analysis 150

6.9.4 Example of Cluster Analysis in Practice 151

6.10 Kohonen Networks and Self-Organising Maps 151

6.10.1 Description 151

6.10.2 Example of SOMs in Practice 152

6.11 Group Purchase Methods: Association and Sequence Analysis 155

6.11.1 Introduction 155

6.11.2 Analysis of the Data 157

6.11.3 Group Purchase Methods 158

6.11.4 Examples of Group Purchase Methods in Practice 158

7 Validation and Application 161

7.1 Introduction to Methods for Validation 161

7.2 Lift and Gain Charts 162

7.3 Model Stability 164

7.4 Sensitivity Analysis 167

7.5 Threshold Analytics and Confusion Matrix 169

7.6 ROC Curves 170

7.7 Cross-Validation and Robustness 171

7.8 Model Complexity 172

Part III Data Mining in Action 173

8 Marketing: Prediction 175

8.1 Recipe 1: Response Optimisation: to Find and Address the Right Number of Customers 176

8.2 Recipe 2: To Find the x% of Customers with the Highest Affinity to an Offer 186

8.3 Recipe 3: To Find the Right Number of Customers to Ignore 187

8.4 Recipe 4: To Find the x% of Customers with the Lowest Affinity to an Offer 190

8.5 Recipe 5: To Find the x% of Customers with the Highest Affinity to Buy 191

8.6 Recipe 6: To Find the x% of Customers with the Lowest Affinity to Buy 192

8.7 Recipe 7: To Find the x% of Customers with the Highest Affinity to a Single Purchase 193

8.8 Recipe 8: To Find the x% of Customers with the Highest Affinity to Sign a Long-Term Contract in Communication Areas 194

8.9 Recipe 9: To Find the x% of Customers with the Highest Affinity to Sign a Long-Term Contract in Insurance Areas 196

9 Intra-Customer Analysis 198

9.1 Recipe 10: To Find the Optimal Amount of Single Communication to Activate One Customer 199

9.2 Recipe 11: To Find the Optimal Communication Mix to Activate One Customer 200

9.3 Recipe 12: To Find and Describe Homogeneous Groups of Products 206

9.4 Recipe 13: To Find and Describe Groups of Customers with Homogeneous Usage 210

9.5 Recipe 14: To Predict the Order Size of Single Products or Product Groups 216

9.6 Recipe 15: Product Set Combination 217

9.7 Recipe 16: To Predict the Future Customer Lifetime Value of a Customer 219

10 Learning from a Small Testing Sample and Prediction 225

10.1 Recipe 17: To Predict Demographic Signs (Like Sex, Age, Education and Income) 225

10.2 Recipe 18: To Predict the Potential Customers of a Brand New Product or Service in Your Databases 236

10.3 Recipe 19: To Understand Operational Features and General Business Forecasting 241

11 Miscellaneous 244

11.1 Recipe 20: To Find Customers Who Will Potentially Churn 244

11.2 Recipe 21: Indirect Churn Based on a Discontinued Contract 249

11.3 Recipe 22: Social Media Target Group Descriptions 250

11.4 Recipe 23: Web Monitoring 254

11.5 Recipe 24: To Predict Who is Likely to Click on a Special Banner 258

12 Software and Tools: A Quick Guide 261

12.1 List of Requirements When Choosing a Data Mining Tool 261

12.2 Introduction to the Idea of Fully Automated Modelling (FAM) 265

12.2.1 Predictive Behavioural Targeting 265

12.2.2 Fully Automatic Predictive Targeting and Modelling Real-Time Online Behaviour 266

12.3 FAM Function 266

12.4 FAM Architecture 267

12.5 FAM Data Flows and Databases 268

12.6 FAM Modelling Aspects 269

12.7 FAM Challenges and Critical Success Factors 270

12.8 FAM Summary 270

13 Overviews 271

13.1 To Make Use of Official Statistics 272

13.2 How to Use Simple Maths to Make an Impression 272

13.2.1 Approximations 272

13.2.2 Absolute and Relative Values 273

13.2.3 % Change 273

13.2.4 Values in Context 273

13.2.5 Confidence Intervals 274

13.2.6 Rounding 274

13.2.7 Tables 274

13.2.8 Figures 274

13.3 Differences between Statistical Analysis and Data Mining 275

13.3.1 Assumptions 275

13.3.2 Values Missing Because ‘Nothing Happened’ 275

13.3.3 Sample Sizes 276

13.3.4 Goodness-of-Fit Tests 276

13.3.5 Model Complexity 277

13.4 How to Use Data Mining in Different Industries 277

13.5 Future Views 283

Bibliography 285

Index 296