0%

Book Description

Put Predictive Analytics into Action Learn the basics of Predictive Analysis and Data Mining through an easy to understand conceptual framework and immediately practice the concepts learned using the open source RapidMiner tool. Whether you are brand new to Data Mining or working on your tenth project, this book will show you how to analyze data, uncover hidden patterns and relationships to aid important decisions and predictions. Data Mining has become an essential tool for any enterprise that collects, stores and processes data as part of its operations. This book is ideal for business users, data analysts, business analysts, business intelligence and data warehousing professionals and for anyone who wants to learn Data Mining. You’ll be able to: 1. Gain the necessary knowledge of different data mining techniques, so that you can select the right technique for a given data problem and create a general purpose analytics process. 2. Get up and running fast with more than two dozen commonly used powerful algorithms for predictive analytics using practical use cases. 3. Implement a simple step-by-step process for predicting an outcome or discovering hidden relationships from the data using RapidMiner, an open source GUI based data mining tool

Predictive analytics and Data Mining techniques covered: Exploratory Data Analysis, Visualization, Decision trees, Rule induction, k-Nearest Neighbors, Naïve Bayesian, Artificial Neural Networks, Support Vector machines, Ensemble models, Bagging, Boosting, Random Forests, Linear regression, Logistic regression, Association analysis using Apriori and FP Growth, K-Means clustering, Density based clustering, Self Organizing Maps, Text Mining, Time series forecasting, Anomaly detection and Feature selection. Implementation files can be downloaded from the book companion site at www.LearnPredictiveAnalytics.com

  • Demystifies data mining concepts with easy to understand language
  • Shows how to get up and running fast with 20 commonly used powerful techniques for predictive analysis
  • Explains the process of using open source RapidMiner tools
  • Discusses a simple 5 step process for implementing algorithms that can be used for performing predictive analytics
  • Includes practical use cases and examples

Table of Contents

  1. Cover image
  2. Title page
  3. Table of Contents
  4. Copyright
  5. Dedication
  6. Foreword
  7. Preface
  8. Acknowledgments
  9. Chapter 1. Introduction
    1. 1.1. What Data Mining Is
    2. 1.2. What Data Mining is Not
    3. 1.3. The Case for Data Mining
    4. 1.4. Types of Data Mining
    5. 1.5. Data Mining Algorithms
    6. 1.6. Roadmap for Upcoming Chapters
  10. Chapter 2. Data Mining Process
    1. 2.1. Prior Knowledge
    2. 2.2. Data Preparation
    3. 2.3. Modeling
    4. 2.4. Application
    5. 2.5. Knowledge
    6. What’s Next?
  11. Chapter 3. Data Exploration
    1. 3.1. Objectives of Data Exploration
    2. 3.2. Data Sets
    3. 3.3. Descriptive Statistics
    4. 3.4. Data Visualization
    5. 3.5. Roadmap for Data Exploration
  12. Chapter 4. Classification
    1. 4.1. Decision Trees
    2. 4.2. Rule Induction
    3. 4.3. k-Nearest Neighbors
    4. 4.4. Naïve Bayesian
    5. 4.5. Artificial Neural Networks
    6. 4.6. Support Vector Machines
    7. 4.7. Ensemble Learners
  13. Chapter 5. Regression Methods
    1. 5.1. Linear Regression
    2. 5.2. Logistic Regression
    3. Conclusion
  14. Chapter 6. Association Analysis
    1. 6.1. Concepts of Mining Association Rules
    2. 6.2. Apriori Algorithm
    3. 6.3. FP-Growth Algorithm
    4. Conclusion
  15. Chapter 7. Clustering
    1. Clustering to Describe the Data
    2. Clustering for Preprocessing
    3. 7.1. Types of Clustering Techniques
    4. 7.2. k-Means Clustering
    5. 7.3. DBSCAN Clustering
  16. Chapter 8. Model Evaluation
    1. 8.1. Confusion Matrix (or Truth Table)
    2. 8.2. Receiver Operator Characteristic (ROC) Curves and Area under the Curve (AUC)
    3. 8.3. Lift Curves
    4. 8.4. Evaluating The Predictions: Implementation
    5. Conclusion
  17. Chapter 9. Text Mining
    1. 9.1. How Text Mining Works
    2. 9.2. Implementing Text Mining with Clustering and Classification
    3. Conclusion
  18. Chapter 10. Time Series Forecasting
    1. 10.1. Data-Driven Approaches
    2. 10.2. Model-Driven Forecasting Methods
    3. Conclusion
  19. Chapter 11. Anomaly Detection
    1. 11.1. Anomaly Detection Concepts
    2. 11.2. Distance-Based Outlier Detection
    3. 11.3. Density-Based Outlier Detection
    4. 11.4. Local Outlier Factor
    5. Conclusion
  20. Chapter 12. Feature Selection
    1. 12.1. Classifying Feature Selection Methods
    2. 12.2. Principal Component Analysis
    3. 12.3. Information Theory–Based Filtering for Numeric Data
    4. 12.4. Chi-Square-Based Filtering for Categorical Data
    5. 12.5. Wrapper-Type Feature Selection
    6. Conclusion
  21. Chapter 13. Getting Started with RapidMiner
    1. 13.1. User Interface and Terminology
    2. 13.2. Data Importing and Exporting Tools
    3. 13.3. Data Visualization Tools
    4. 13.4. Data Transformation Tools
    5. 13.5. Sampling and Missing Value Tools
    6. 13.6. Optimization Tools
    7. Conclusion
  22. Comparison of Data Mining Algorithms
  23. Index
  24. About the Authors