Details

Making Sense of Data II


Making Sense of Data II

A Practical Guide to Data Visualization, Advanced Data Mining Methods, and Applications
1. Aufl.

von: Glenn J. Myatt, Wayne P. Johnson

97,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 04.03.2009
ISBN/EAN: 9780470417393
Sprache: englisch
Anzahl Seiten: 320

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

A hands-on guide to making valuable decisions from data using advanced data mining methods and techniques <p>This second installment in the <i>Making Sense of Data</i> series continues to explore a diverse range of commonly used approaches to making and communicating decisions from data. Delving into more technical topics, this book equips readers with advanced data mining methods that are needed to successfully translate raw data into smart decisions across various fields of research including business, engineering, finance, and the social sciences.</p> <p>Following a comprehensive introduction that details how to define a problem, perform an analysis, and deploy the results, <i>Making Sense of Data II</i> addresses the following key techniques for advanced data analysis:</p> <ul> <li> <p><b>Data Visualization</b> reviews principles and methods for understanding and communicating data through the use of visualization including single variables, the relationship between two or more variables, groupings in data, and dynamic approaches to interacting with data through graphical user interfaces.</p> </li> <li> <p><b>Clustering</b> outlines common approaches to clustering data sets and provides detailed explanations of methods for determining the distance between observations and procedures for clustering observations. Agglomerative hierarchical clustering, partitioned-based clustering, and fuzzy clustering are also discussed.</p> </li> <li> <p><b>Predictive Analytics</b> presents a discussion on how to build and assess models, along with a series of predictive analytics that can be used in a variety of situations including principal component analysis, multiple linear regression, discriminate analysis, logistic regression, and Naïve Bayes.</p> </li> <li> <p><b>Applications</b> demonstrates the current uses of data mining across a wide range of industries and features case studies that illustrate the related applications in real-world scenarios.</p> </li> </ul> <p>Each method is discussed within the context of a data mining process including defining the problem and deploying the results, and readers are provided with guidance on when and how each method should be used. The related Web site for the series (www.makingsenseofdata.com) provides a hands-on data analysis and data mining experience. Readers wishing to gain more practical experience will benefit from the tutorial section of the book in conjunction with the Traceis<sup><small>TM</small></sup> software, which is freely available online.</p> <p>With its comprehensive collection of advanced data mining methods coupled with tutorials for applications in a range of fields, <i>Making Sense of Data II</i> is an indispensable book for courses on data analysis and data mining at the upper-undergraduate and graduate levels. It also serves as a valuable reference for researchers and professionals who are interested in learning how to accomplish effective decision making from data and understanding if data analysis and data mining methods could help their organization.</p>
<p>PREFACE xi</p> <p>1 INTRODUCTION 1</p> <p>1.1 Overview 1</p> <p>1.2 Definition 1</p> <p>1.3 Preparation 2</p> <p>1.3.1 Overview 2</p> <p>1.3.2 Accessing Tabular Data 3</p> <p>1.3.3 Accessing Unstructured Data 3</p> <p>1.3.4 Understanding the Variables and Observations 3</p> <p>1.3.5 Data Cleaning 6</p> <p>1.3.6 Transformation 7</p> <p>1.3.7 Variable Reduction 9</p> <p>1.3.8 Segmentation 10</p> <p>1.3.9 Preparing Data to Apply 10</p> <p>1.4 Analysis 11</p> <p>1.4.1 Data Mining Tasks 11</p> <p>1.4.2 Optimization 12</p> <p>1.4.3 Evaluation 12</p> <p>1.4.4 Model Forensics 13</p> <p>1.5 Deployment 13</p> <p>1.6 Outline of Book 14</p> <p>1.6.1 Overview 14</p> <p>1.6.2 Data Visualization 14</p> <p>1.6.3 Clustering 15</p> <p>1.6.4 Predictive Analytics 15</p> <p>1.6.5 Applications 16</p> <p>1.6.6 Software 16</p> <p>1.7 Summary 16</p> <p>1.8 Further Reading 17</p> <p>2 DATA VISUALIZATION 19</p> <p>2.1 Overview 19</p> <p>2.2 Visualization Design Principles 20</p> <p>2.2.1 General Principles 20</p> <p>2.2.2 Graphics Design 23</p> <p>2.2.3 Anatomy of a Graph 28</p> <p>2.3 Tables 32</p> <p>2.3.1 Simple Tables 32</p> <p>2.3.2 Summary Tables 33</p> <p>2.3.3 Two-Way Contingency Tables 34</p> <p>2.3.4 Supertables 34</p> <p>2.4 Univariate Data Visualization 36</p> <p>2.4.1 Bar Chart 36</p> <p>2.4.2 Histograms 37</p> <p>2.4.3 Frequency Polygram 41</p> <p>2.4.4 Box Plots 41</p> <p>2.4.5 Dot Plot 43</p> <p>2.4.6 Stem-and-Leaf Plot 44</p> <p>2.4.7 Quantile Plot 46</p> <p>2.4.8 Quantile–Quantile Plot 48</p> <p>2.5 Bivariate Data Visualization 49</p> <p>2.5.1 Scatterplot 49</p> <p>2.6 Multivariate Data Visualization 50</p> <p>2.6.1 Histogram Matrix 52</p> <p>2.6.2 Scatterplot Matrix 54</p> <p>2.6.3 Multiple Box Plot 56</p> <p>2.6.4 Trellis Plot 56</p> <p>2.7 Visualizing Groups 59</p> <p>2.7.1 Dendrograms 59</p> <p>2.7.2 Decision Trees 60</p> <p>2.7.3 Cluster Image Maps 60</p> <p>2.8 Dynamic Techniques 63</p> <p>2.8.1 Overview 63</p> <p>2.8.2 Data Brushing 64</p> <p>2.8.3 Nearness Selection 65</p> <p>2.8.4 Sorting and Rearranging 65</p> <p>2.8.5 Searching and Filtering 65</p> <p>2.9 Summary 65</p> <p>2.10 Further Reading 66</p> <p>3 CLUSTERING 67</p> <p>3.1 Overview 67</p> <p>3.2 Distance Measures 75</p> <p>3.2.1 Overview 75</p> <p>3.2.2 Numeric Distance Measures 77</p> <p>3.2.3 Binary Distance Measures 79</p> <p>3.2.4 Mixed Variables 84</p> <p>3.2.5 Other Measures 86</p> <p>3.3 Agglomerative Hierarchical Clustering 87</p> <p>3.3.1 Overview 87</p> <p>3.3.2 Single Linkage 88</p> <p>3.3.3 Complete Linkage 92</p> <p>3.3.4 Average Linkage 93</p> <p>3.3.5 Other Methods 96</p> <p>3.3.6 Selecting Groups 96</p> <p>3.4 Partitioned-Based Clustering 98</p> <p>3.4.1 Overview 98</p> <p>3.4.2 k-Means 98</p> <p>3.4.3 Worked Example 100</p> <p>3.4.4 Miscellaneous Partitioned-Based Clustering 101</p> <p>3.5 Fuzzy Clustering 103</p> <p>3.5.1 Overview 103</p> <p>3.5.2 Fuzzy k-Means 103</p> <p>3.5.3 Worked Examples 104</p> <p>3.6 Summary 109</p> <p>3.7 Further Reading 110</p> <p>4 PREDICTIVE ANALYTICS 111</p> <p>4.1 Overview 111</p> <p>4.1.1 Predictive Modeling 111</p> <p>4.1.2 Testing Model Accuracy 116</p> <p>4.1.3 Evaluating Regression Models’ Predictive Accuracy 117</p> <p>4.1.4 Evaluating Classification Models’ Predictive Accuracy 119</p> <p>4.1.5 Evaluating Binary Models’ Predictive Accuracy 120</p> <p>4.1.6 ROC Charts 122</p> <p>4.1.7 Lift Chart 124</p> <p>4.2 Principal Component Analysis 126</p> <p>4.2.1 Overview 126</p> <p>4.2.2 Principal Components 126</p> <p>4.2.3 Generating Principal Components 127</p> <p>4.2.4 Interpretation of Principal Components 128</p> <p>4.3 Multiple Linear Regression 130</p> <p>4.3.1 Overview 130</p> <p>4.3.2 Generating Models 133</p> <p>4.3.3 Prediction 136</p> <p>4.3.4 Analysis of Residuals 136</p> <p>4.3.5 Standard Error 139</p> <p>4.3.6 Coefficient of Multiple Determination 140</p> <p>4.3.7 Testing the Model Significance 142</p> <p>4.3.8 Selecting and Transforming Variables 143</p> <p>4.4 Discriminant Analysis 145</p> <p>4.4.1 Overview 145</p> <p>4.4.2 Discriminant Function 146</p> <p>4.4.3 Discriminant Analysis Example 146</p> <p>4.5 Logistic Regression 151</p> <p>4.5.1 Overview 151</p> <p>4.5.2 Logistic Regression Formula 151</p> <p>4.5.3 Estimating Coefficients 153</p> <p>4.5.4 Assessing and Optimizing Results 156</p> <p>4.6 Naive Bayes Classifiers 157</p> <p>4.6.1 Overview 157</p> <p>4.6.2 Bayes Theorem and the Independence Assumption 158</p> <p>4.6.3 Independence Assumption 158</p> <p>4.6.4 Classification Process 159</p> <p>4.7 Summary 161</p> <p>4.8 Further Reading 163</p> <p>5 APPLICATIONS 165</p> <p>5.1 Overview 165</p> <p>5.2 Sales and Marketing 166</p> <p>5.3 Industry-Specific Data Mining 169</p> <p>5.3.1 Finance 169</p> <p>5.3.2 Insurance 171</p> <p>5.3.3 Retail 172</p> <p>5.3.4 Telecommunications 173</p> <p>5.3.5 Manufacturing 174</p> <p>5.3.6 Entertainment 175</p> <p>5.3.7 Government 176</p> <p>5.3.8 Pharmaceuticals 177</p> <p>5.3.9 Healthcare 179</p> <p>5.4 microRNA Data Analysis Case Study 181</p> <p>5.4.1 Defining the Problem 181</p> <p>5.4.2 Preparing the Data 181</p> <p>5.4.3 Analysis 183</p> <p>5.5 Credit Scoring Case Study 192</p> <p>5.5.1 Defining the Problem 192</p> <p>5.5.2 Preparing the Data 192</p> <p>5.5.3 Analysis 199</p> <p>5.5.4 Deployment 203</p> <p>5.6 Data Mining Nontabular Data 203</p> <p>5.6.1 Overview 203</p> <p>5.6.2 Data Mining Chemical Data 203</p> <p>5.6.3 Data Mining Text 210</p> <p>5.7 Further Reading 213</p> <p>APPENDIX A MATRICES 215</p> <p>A.1 Overview of Matrices 215</p> <p>A.2 Matrix Addition 215</p> <p>A.3 Matrix Multiplication 216</p> <p>A.4 Transpose of a Matrix 217</p> <p>A.5 Inverse of a Matrix 217</p> <p>APPENDIX B SOFTWARE 219</p> <p>B.1 Software Overview 219</p> <p>B.1.1 Software Objectives 219</p> <p>B.1.2 Access and Installation 221</p> <p>B.1.3 User Interface Overview 221</p> <p>B.2 Data Preparation 223</p> <p>B.2.1 Overview 223</p> <p>B.2.2 Reading in Data 224</p> <p>B.2.3 Searching the Data 225</p> <p>viii CONTENTS</p> <p>B.2.4 Variable Characterization 227</p> <p>B.2.5 Removing Observations and Variables 228</p> <p>B.2.6 Cleaning the Data 228</p> <p>B.2.7 Transforming the Data 230</p> <p>B.2.8 Segmentation 235</p> <p>B.2.9 Principal Component Analysis 236</p> <p>B.3 Tables and Graphs 238</p> <p>B.3.1 Overview 238</p> <p>B.3.2 Contingency Tables 239</p> <p>B.3.3 Summary Tables 240</p> <p>B.3.4 Graphs 242</p> <p>B.3.5 Graph Matrices 246</p> <p>B.4 Statistics 246</p> <p>B.4.1 Overview 246</p> <p>B.4.2 Descriptive Statistics 248</p> <p>B.4.3 Confidence Intervals 248</p> <p>B.4.4 Hypothesis Tests 249</p> <p>B.4.5 Chi-Square Test 250</p> <p>B.4.6 ANOVA 251</p> <p>B.4.7 Comparative Statistics 251</p> <p>B.5 Grouping 253</p> <p>B.5.1 Overview 253</p> <p>B.5.2 Clustering 254</p> <p>B.5.3 Associative Rules 257</p> <p>B.5.4 Decision Trees 258</p> <p>B.6 Prediction 261</p> <p>B.6.1 Overview 261</p> <p>B.6.2 Linear Regression 263</p> <p>B.6.3 Discriminant Analysis 265</p> <p>B.6.4 Logistic Regression 266</p> <p>B.6.5 Naive Bayes 267</p> <p>B.6.6 kNN 269</p> <p>B.6.7 CART 269</p> <p>B.6.8 Neural Networks 270</p> <p>B.6.9 Apply Model 271</p> <p>BIBLIOGRAPHY 273</p> <p>INDEX 279</p>
?Experts, researchers, practitioners, or readers who need a quick reference or who want to get up to speed quickly on data analysis will love having a copy of this work. Summing Up: Highly recommended.? (<i>CHOICE</i>, October 2009)
<b>Glenn J. Myatt, PhD,</b> is cofounder of Leadscope, Inc. and a Partner of Myatt & Johnson, Inc., a consulting company that focuses on business intelligence application development delivered through the Internet. Dr. Myatt is the author of <i>Making Sense of Data: A Practical Guide to Exploratory Data Analysis and Data Mining</i>, also published by Wiley. <b>WAYNE P. JOHNSON, MSc.,</b> is cofounder of Leadscope, Inc. and a Partner of Myatt & Johnson, Inc. Mr. Johnson has over two decades of experience in the design and development of large software systems, and his current professional interests include human–computer interaction, information visualization, and methodologies for contextual inquiry.
A hands-on guide to making valuable decisions from data using advanced data mining methods and techniques <p>This second installment in the <i>Making Sense of Data</i> series continues to explore a diverse range of commonly used approaches to making and communicating decisions from data. Delving into more technical topics, this book equips readers with advanced data mining methods that are needed to successfully translate raw data into smart decisions across various fields of research including business, engineering, finance, and the social sciences.</p> <p>Following a comprehensive introduction that details how to define a problem, perform an analysis, and deploy the results, <i>Making Sense of Data II</i> addresses the following key techniques for advanced data analysis:</p> <ul> <li> <p><b>Data Visualization</b> reviews principles and methods for understanding and communicating data through the use of visualization including single variables, the relationship between two or more variables, groupings in data, and dynamic approaches to interacting with data through graphical user interfaces.</p> </li> <li> <p><b>Clustering</b> outlines common approaches to clustering data sets and provides detailed explanations of methods for determining the distance between observations and procedures for clustering observations. Agglomerative hierarchical clustering, partitioned-based clustering, and fuzzy clustering are also discussed.</p> </li> <li> <p><b>Predictive Analytics</b> presents a discussion on how to build and assess models, along with a series of predictive analytics that can be used in a variety of situations including principal component analysis, multiple linear regression, discriminate analysis, logistic regression, and Naïve Bayes.</p> </li> <li> <p><b>Applications</b> demonstrates the current uses of data mining across a wide range of industries and features case studies that illustrate the related applications in real-world scenarios.</p> </li> </ul> <p>Each method is discussed within the context of a data mining process including defining the problem and deploying the results, and readers are provided with guidance on when and how each method should be used. The related Web site for the series (www.makingsenseofdata.com) provides a hands-on data analysis and data mining experience. Readers wishing to gain more practical experience will benefit from the tutorial section of the book in conjunction with the Traceis<sup><small>TM</small></sup> software, which is freely available online.</p> <p>With its comprehensive collection of advanced data mining methods coupled with tutorials for applications in a range of fields, <i>Making Sense of Data II</i> is an indispensable book for courses on data analysis and data mining at the upper-undergraduate and graduate levels. It also serves as a valuable reference for researchers and professionals who are interested in learning how to accomplish effective decision making from data and understanding if data analysis and data mining methods could help their organization.</p>

Diese Produkte könnten Sie auch interessieren:

Statistics for Microarrays
Statistics for Microarrays
von: Ernst Wit, John McClure
PDF ebook
90,99 €