Ensemble Classification Methods with Applications in R
Home > Mathematics and Science Textbooks > Mathematics > Probability and statistics > Ensemble Classification Methods with Applications in R
Ensemble Classification Methods with Applications in R

Ensemble Classification Methods with Applications in R

|
     0     
5
4
3
2
1




Available


About the Book

An essential guide to two burgeoning topics in machine learning – classification trees and ensemble learning  Ensemble Classification Methods with Applications in R introduces the concepts and principles of ensemble classifiers methods and includes a review of the most commonly used techniques. This important resource shows how ensemble classification has become an extension of the individual classifiers. The text puts the emphasis on two areas of machine learning: classification trees and ensemble learning. The authors explore ensemble classification methods’ basic characteristics and explain the types of problems that can emerge in its application. Written by a team of noted experts in the field, the text is divided into two main sections. The first section outlines the theoretical underpinnings of the topic and the second section is designed to include examples of practical applications. The book contains a wealth of illustrative cases of business failure prediction, zoology, ecology and others. This vital guide: Offers an important text that has been tested both in the classroom and at tutorials at conferences Contains authoritative information written by leading experts in the field Presents a comprehensive text that can be applied to courses in machine learning, data mining and artificial intelligence  Combines in one volume two of the most intriguing topics in machine learning: ensemble learning and classification trees Written for researchers from many fields such as biostatistics, economics, environment, zoology, as well as students of data mining and machine learning, Ensemble Classification Methods with Applications in R puts the focus on two topics in machine learning: classification trees and ensemble learning.  

Table of Contents:
List of Contributors ix List of Tables xi List of Figures xv Preface xvii 1 Introduction 1 Esteban Alfaro, Matías Gámez, and Noelia García 1.1 Introduction 1 1.2 Definition 1 1.3 Taxonomy of Supervised Classification Methods 2 1.4 Estimation of the Accuracy of a Classification System 3 1.4.1 The Apparent Error Rate 4 1.4.2 Estimation of the True Error Rate 4 1.4.3 Error Rate Estimation Methods 4 1.4.4 The Standard Error 6 1.5 Classification Trees 7 1.5.1 Classification Tree Building 8 1.5.2 Splitting Rule 9 1.5.3 Splitting Criteria 10 1.5.4 Goodness of a Split 10 1.5.5 The Impurity of a Tree 11 1.5.6 Stopping Criteria 11 1.5.7 Overfitting in Classification Trees 12 1.5.8 Pruning Rules 14 2 Limitation of the Individual Classifiers 19 Esteban Alfaro, Matías Gámez, and Noelia García 2.1 Introduction 19 2.2 Error Decomposition: Bias and Variance 20 2.3 Study of Classifier Instability 23 2.4 Advantages of Ensemble Classifiers 26 2.5 Bayesian Perspective of Ensemble Classifiers 28 3 Ensemble Classifiers Methods 31 Esteban Alfaro, Matías Gámez, and Noelia García 3.1 Introduction 31 3.2 Taxonomy of Ensemble Methods 32 3.2.1 Non-Generative Methods 33 3.2.2 Generative Methods 33 3.3 Bagging 34 3.4 Boosting 36 3.4.1 AdaBoost Training Error 40 3.4.2 AdaBoost and the MarginTheory 41 3.4.3 Other Boosting Versions 43 3.4.4 Comparing Bagging and Boosting 46 3.5 Random Forests 46 4 Classification with Individual and Ensemble Trees in R 51 Esteban Alfaro, Matías Gámez, and Noelia García 4.1 Introduction 51 4.2 adabag: An R Package for Classification with Boosting and Bagging 52 4.2.1 The bagging, predict.bagging, and bagging.cv Functions 56 4.2.2 The boosting, predict.boosting, and boosting.cv Functions 65 4.2.3 The margins, plot.margins, errorevol and plot.errorevol Functions 71 4.2.4 The MarginOrderedPruning.Bagging Function 75 4.3 The “German Credit” Example 79 4.3.1 Classification Tree 81 4.3.2 Combination using Bagging 85 4.3.3 Combination using Boosting 88 4.3.4 Combination using Random Forest 90 4.3.5 Cross-Validation Comparison 95 5 Bankruptcy Prediction Through Ensemble Trees 97 Esteban Alfaro, Matías Gámez, and Noelia García 5.1 Introduction 97 5.2 Problem Description 97 5.3 Applications 99 5.3.1 The Dichotomous Case 99 5.3.2 TheThree-Class Case 111 5.4 Conclusions 117 6 Experiments with Adabag in Biology Classification Tasks 119 M. Fernández-Delgado, E. Cernadas, and M. Pérez-Ortiz 6.1 Classification of Color Texture Feature Patterns Extracted From Cells in Histological Images of Fish Ovary 119 6.2 Direct Kernel Perceptron: Ultra-Fast Kernel ELM-Based Classification with Non-Iterative Closed-Form Weight Calculation 122 6.3 Do We Need Hundreds of Classifiers to Solve Real-World Classification Problems? 125 6.4 On the use of Nominal and Ordinal Classifiers for the Discrimination of Stages of Development in Fish Oocytes 129 7 Generalization Bounds for Ranking Algorithms 135 W. Rejchel 7.1 Introduction 135 7.2 Assumptions, Main Theorem, and Application 136 7.3 Experiments 138 7.4 Conclusions 139 8 Classification and Regression Trees for Analyzing Irrigation Decisions 141 S. Andriyas andM.McKee 8.1 Introduction 141 8.2 Theory 143 8.3 Case Study and Methods 144 8.3.1 Study Site and Data Available 144 8.3.2 Model, Specifications, and Performance Evaluation 146 8.4 Results and Discussion 147 8.5 Conclusions 153 9 Boosted Rule Learner and its Properties 155 M. Kubus 9.1 Introduction 155 9.2 Separate-and-Conquer 156 9.3 Boosting in Rule Induction 157 9.4 Experiments 158 9.5 Conclusions 161 10 Credit Scoring with Individuals and Ensemble Trees 163 M. Chrzanowska, E. Alfaro, and D.Witkowska 10.1 Introduction 163 10.2 Measures of Accuracy 164 10.3 Data Description 165 10.4 Classification of Borrowers Applying Ensemble Trees 168 10.5 Conclusions 173 11 An Overview of Multiple Classifier Systems Based on Generalized Additive Models 175 K.W. De Bock, K. Coussement, and D. Cielen 11.1 Introduction 175 11.2 Multiple Classifier Systems Based on GAMs 176 11.2.1 Generalized AdditiveModels 176 11.2.2 GAM-Based Multiple Classifier Systems 177 11.2.3 GAMensPlus: Extending GAMens for Advanced Interpretability 179 11.3 Experiments and Applications 180 11.3.1 A Multi-Domain Benchmark Study of GAM-Based Ensemble Classifiers 180 11.3.2 Benchmarking GAM-Based Ensemble Classifiers in Predictive Customer Analytics 181 11.3.3 A Case Study of GAMensPlus used for Customer Churn Prediction in Financial Services 183 11.4 Software Implementation in R: the GAMens Package 185 11.5 Conclusions 185 References 187 Index 197


Best Sellers


Product Details
  • ISBN-13: 9781119421092
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 246 mm
  • No of Pages: 224
  • Returnable: N
  • Weight: 499 gr
  • ISBN-10: 1119421098
  • Publisher Date: 26 Oct 2018
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 18 mm
  • Width: 168 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Ensemble Classification Methods with Applications in R
John Wiley & Sons Inc -
Ensemble Classification Methods with Applications in R
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Ensemble Classification Methods with Applications in R

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!