Predictive Modeling with SAS Enterprise Miner Practical Solutions for Business Applications 2nd Edition by Kattamuri Sarma – Ebook PDF Instant Download/Delivery: 1590477030, 9781590477038
Full download Predictive Modeling with SAS Enterprise Miner Practical Solutions for Business Applications 2nd Edition after payment
Product details:
• ISBN 10:1590477030
• ISBN 13:9781590477038
• Author:Kattamuri Sarma
Predictive Modeling with SAS Enterprise Miner: Practical Solutions for Business Applications demonstrates how to make the fullest use of SAS Enterprise Miner software. Dr. Sarma provides an in-depth explanation of the methodology and the theory behind each tool that he covers, and then shows you how the software performs the tasks. Step by step, you’ll be able to compare manual calculations with the calculations that are performed by SAS Enterprise Miner. Examples from the insurance and banking industries are based on simulated, but realistic, data. The approaches discussed in this book are relevant to any industry. Here are a few of the topics discussed in detail: data collection and data cleaning data exploration decision trees and regression trees logistic regression models neural networks variable selection and variable transformation You need this book if you are a graduate student interested in predictive modeling, an expert in data mining who is not familiar with SAS Enterprise Miner, or a business analyst who needs an introduction to predictive modeling using SAS Enterprise Miner. To get the most from this book, you should be familiar with elements of statistical inference and probability, simple algebra, ordinary least squares, logistic regression, and Base SAS software. Your bonus CD-ROM includes the following: data sets, Enterprise Miner project templates, and SAS code.
Predictive Modeling with SAS Enterprise Miner Practical Solutions for Business Applications 2nd Table of contents:
Chapter 1: Research Strategy
1.1 Introduction
1.2 Types of Inputs
1.2.1 Measurement Scales for Variables
1.2.2 Predictive Models with Textual Data
1.3 Defining the Target
1.3.1 Predicting Response to Direct Mail
1.3.2 Predicting Risk in the Auto Insurance Industry
1.3.3 Predicting Rate Sensitivity of Bank Deposit Products
1.3.4 Predicting Customer Attrition
1.3.5 Predicting a Nominal Categorical (Unordered Polychotomous) Target
1.4 Sources of Modeling Data
1.4.1 Comparability between the Sample and Target Universe
1.4.2 Observation Weights
1.5 Pre-Processing the Data
1.5.1 Data Cleaning Before Launching SAS Enterprise Miner
1.5.2 Data Cleaning After Launching SAS Enterprise Miner
1.6 Alternative Modeling Strategies
1.6.1 Regression with a Moderate Number of Input Variables
1.6.2 Regression with a Large Number of Input Variables
1.7 Notes
Chapter 2: Getting Started with Predictive Modeling
2.1 Introduction
2.2 Opening SAS Enterprise Miner 14.1
2.3 Creating a New Project in SAS Enterprise Miner 14.1
2.4 The SAS Enterprise Miner Window
2.5 Creating a SAS Data Source
2.6 Creating a Process Flow Diagram
2.7 Sample Nodes
2.7.1 Input Data Node
2.7.2 Data Partition Node
2.7.3 Filter Node
2.7.4 File Import Node
2.7.5 Time Series Nodes
2.7.6 Merge Node
2.7.7 Append Node
2.8 Tools for Initial Data Exploration
2.8.1 Stat Explore Node
2.8.2 MultiPlot Node
2.8.3 Graph Explore Node
2.8.4 Variable Clustering Node
2.8.5 Cluster Node
2.8.6 Variable Selection Node
2.9 Tools for Data Modification
2.9.1 Drop Node
2.9.2 Replacement Node
2.9.3 Impute Node
2.9.4 Interactive Binning Node
2.9.5 Principal Components Node
2.9.6 Transform Variables Node
2.10 Utility Nodes
2.10.1 SAS Code Node
2.11 Appendix to Chapter 2
2.11.1 The Type, the Measurement Scale, and the Number of Levels of a Variable
2.11.2 Eigenvalues, Eigenvectors, and Principal Components
2.11.3 Cramer’s V
2.11.4 Calculation of Chi-Square Statistic and Cramer’s V for a Continuous Input
2.12 Exercises
Notes
Chapter 3: Variable Selection and Transformation of Variables
3.1 Introduction
3.2 Variable Selection
3.2.1 Continuous Target with Numeric Interval-scaled Inputs (Case 1)
3.2.2 Continuous Target with Nominal-Categorical Inputs (Case 2)
3.2.3 Binary Target with Numeric Interval-scaled Inputs (Case 3)
3.2.4 Binary Target with Nominal-scaled Categorical Inputs (Case 4)
3.3 Variable Selection Using the Variable Clustering Node
3.3.1 Selection of the Best Variable from Each Cluster
3.3.2 Selecting the Cluster Components
3.4 Variable Selection Using the Decision Tree Node
3.5 Transformation of Variables
3.5.1 Transform Variables Node
3.5.2 Transformation before Variable Selection
3.5.3 Transformation after Variable Selection
3.5.4 Passing More Than One Type of Transformation for Each Interval Input to the Next Node
3.5.5 Saving and Exporting the Code Generated by the Transform Variables Node
3.6 Summary
3.7 Appendix to Chapter 3
3.7.1 Changing the Measurement Scale of a Variable in a Data Source
3.7.2 SAS Code for Comparing Grouped Categorical Variables with the Ungrouped Variables
Exercises
Note
Chapter 4: Building Decision Tree Models to Predict Response and Risk
4.1 Introduction
4.2 An Overview of the Tree Methodology in SAS® Enterprise Miner™
4.2.1 Decision Trees
4.2.2 Decision Tree Models
4.2.3 Decision Tree Models vs. Logistic Regression Models
4.2.4 Applying the Decision Tree Model to Prospect Data
4.2.5 Calculation of the Worth of a Tree
4.2.6 Roles of the Training and Validation Data in the Development of a Decision Tree
4.2.7 Regression Tree
4.3 Development of the Tree in SAS Enterprise Miner
4.3.1 Growing an Initial Tree
4.3.2 P-value Adjustment Options
4.3.3 Controlling Tree Growth: Stopping Rules
4.3.3.1 Controlling Tree Growth through the Split Size Property
4.3.4 Pruning: Selecting the Right-Sized Tree Using Validation Data
4.3.5 Step-by-Step Illustration of Growing and Pruning a Tree
4.3.6 Average Profit vs. Total Profit for Comparing Trees of Different Sizes
4.3.7 Accuracy /Misclassification Criterion in Selecting the Right-sized Tree (Classification of Records and Nodes by Maximizing Accuracy)
4.3.8 Assessment of a Tree or Sub-tree Using Average Square Error
4.3.9 Selection of the Right-sized Tree
4.4 Decision Tree Model to Predict Response to Direct Marketing
4.4.1 Testing Model Performance with a Test Data Set
4.4.2 Applying the Decision Tree Model to Score a Data Set
4.5 Developing a Regression Tree Model to Predict Risk
4.5.1 Summary of the Regression Tree Model to Predict Risk
4.6 Developing Decision Trees Interactively
4.6.1 Interactively Modifying an Existing Decision Tree
4.6.3 Developing the Maximal Tree in Interactive Mode
4.7 Summary
4.8 Appendix to Chapter 4
4.8.1 Pearson’s Chi-Square Test
4.8.2 Calculation of Impurity Reduction using Gini Index
4.8.3 Calculation of Impurity Reduction/Information Gain using Entropy
4.8.4 Adjusting the Predicted Probabilities for Over-sampling
4.8.5 Expected Profits Using Unadjusted Probabilities
4.8.6 Expected Profits Using Adjusted Probabilities
4.9 Exercises
Notes
Chapter 5: Neural Network Models to Predict Response and Risk
5.1 Introduction
5.1.1 Target Variables for the Models
5.1.2 Neural Network Node Details
5.2 General Example of a Neural Network Model
5.2.1 Input Layer
5.2.2 Hidden Layers
5.2.3 Output Layer or Target Layer
5.2.4 Activation Function of the Output Layer
5.3 Estimation of Weights in a Neural Network Model
5.4 Neural Network Model to Predict Response
5.4.1 Setting the Neural Network Node Properties
5.4.2 Assessing the Predictive Performance of the Estimated Model
5.4.3 Receiver Operating Characteristic (ROC) Charts
5.4.4 How Did the Neural Network Node Pick the Optimum Weights for This Model?
5.4.5 Scoring a Data Set Using the Neural Network Model
5.4.6 Score Code
5.5 Neural Network Model to Predict Loss Frequency in Auto Insurance
5.5.1 Loss Frequency as an Ordinal Target
5.5.1.1 Target Layer Combination and Activation Functions
5.5.3 Classification of Risks for Rate Setting in Auto Insurance with Predicted Probabilities
5.6 Alternative Specifications of the Neural Networks
5.6.1 A Multilayer Perceptron (MLP) Neural Network
5.6.2 Radial Basis Function (RBF) Neural Network
5.7 Comparison of Alternative Built-in Architectures of the Neural Network Node
5.7.1 Multilayer Perceptron (MLP) Network
5.7.2 Ordinary Radial Basis Function with Equal Heights and Widths (ORBFEQ)
5.7.3 Ordinary Radial Basis Function with Equal Heights and Unequal Widths (ORBFUN)
5.7.4 Normalized Radial Basis Function with Equal Widths and Heights (NRBFEQ)
5.7.5 Normalized Radial Basis Function with Equal Heights and Unequal Widths (NRBFEH)
5.7.6 Normalized Radial Basis Function with Equal Widths and Unequal Heights (NRBFEW)
5.7.7 Normalized Radial Basis Function with Equal Volumes (NRBFEV)
5.7.8 Normalized Radial Basis Function with Unequal Widths and Heights (NRBFUN
5.7.9 User-Specified Architectures
5.8 AutoNeural Node
5.9 DMNeural Node
5.10 Dmine Regression Node
5.11 Comparing the Models Generated by DMNeural, AutoNeural, and Dmine Regression Node
5.12 Summary
5.13 Appendix to Chapter 5
5.14 Exercises
Notes
Chapter 6: Regression Models
6.1 Introduction
6.2 What Types of Models Can Be Developed Using the Regression Node?
6.2.1 Models with a Binary Target
6.2.2 Models with an Ordinal Target
6.2.3 Models with a Nominal (Unordered) Target
6.2.4 Models with Continuous Targets
6.3 An Overview of Some Properties of the Regression Node
6.3.1 Regression Type Property
6.3.2 Link Function Property
6.3.3 Selection Model Property
6.3.4 Selection Criterion Property5
6.4 Business Applications
6.4.1 Logistic Regression for Predicting Response to a Mail Campaign
6.4.2 Regression for a Continuous Target
6.5 Summary
6.6 Appendix to Chapter 6
6.6.1 SAS Code
6.6.2 Examples of the selection criteria when the Model Selection property set to Forward
6.7 Exercises
Notes
Chapter 7: Comparison and Combination of Different Models
7.1 Introduction
7.2 Models for Binary Targets: An Example of Predicting Attrition
7.2.1 Logistic Regression for Predicting Attrition
7.2.2 Decision Tree Model for Predicting Attrition
7.2.3 A Neural Network Model for Predicting Attrition
7.3 Models for Ordinal Targets: An Example of Predicting the Risk of Accident Risk
7.3.1 Lift Charts and Capture Rates for Models with Ordinal Targets
7.3.2 Logistic Regression with Proportional Odds for Predicting Risk in Auto Insurance
7.3.3 Decision Tree Model for Predicting Risk in Auto Insurance
7.3.4 Neural Network Model for Predicting Risk in Auto Insurance
7.4 Comparison of All Three Accident Risk Models
7.5 Boosting and Combining Predictive Models
7.5.1 Gradient Boosting
7.5.2 Stochastic Gradient Boosting
7.5.3 An Illustration of Boosting Using the Gradient Boosting Node
7.5.4 The Ensemble Node
7.5.5 Comparing the Gradient Boosting and Ensemble Methods of Combining Models
7.6 Appendix to Chapter 7
7.6.1 Least Squares Loss
7.6.2 Least Absolute Deviation Loss
7.6.3 Huber-M Loss
7.6.4 Logit Loss
7.7 Exercises
Note
Chapter 8: Customer Profitability
8.1 Introduction
8.2 Acquisition Cost
8.3 Cost of Default
8.5 Profit
8.6 The Optimum Cutoff Point
8.7 Alternative Scenarios of Response and Risk
8.8 Customer Lifetime Value
8.9 Suggestions for Extending Results
Note
Chapter 9: Introduction to Predictive Modeling with Textual Data
9.1 Introduction
9.1.1 Quantifying Textual Data: A Simplified Example
9.1.2 Dimension Reduction and Latent Semantic Indexing
9.1.3 Summary of the Steps in Quantifying Textual Information
9.2 Retrieving Documents from the World Wide Web
9.2.1 The %TMFILTER Macro
9.3 Creating a SAS Data Set from Text Files
9.4 The Text Import Node
9.5 Creating a Data Source for Text Mining
9.6 Text Parsing Node
9.7 Text Filter Node
9.7.1 Frequency Weighting
9.7.2 Term Weighting
9.7.3 Adjusted Frequencies
9.7.4 Frequency Weighting Methods
9.7.5 Term Weighting Methods
9.8 Text Topic Node
9.8.1 Developing a Predictive Equation Using the Output Data Set Created by the Text Topic Node
9.9 Text Cluster Node
9.9.1 Hierarchical Clustering
9.9.2 Expectation-Maximization (EM) Clustering
9.9.3 Using the Text Cluster Node
9.10 Exercises
Notes
Index
Read Less
People also search for Predictive Modeling with SAS Enterprise Miner Practical Solutions for Business Applications 2nd:
predictive modeling with sas enterprise
predictive modeling with sas enterprise miner
sas modeling examples
predictive modeling with sas enterprise miner pdf
predictive modeling sas
Tags:
Predictive Modeling,Enterprise Miner Practical,Kattamuri Sarma