Book Image

R Machine Learning solutions [Video]

By : Yu-Wei, Chiu (David Chiu)
Book Image

R Machine Learning solutions [Video]

By: Yu-Wei, Chiu (David Chiu)

Overview of this book

<p>R is a statistical programming language that provides impressive tools to analyze data and create high-level graphics. This video course will take you from very basics of R to creating insightful machine learning models with R. You will start with setting up the environment and then perform data ETL in R.</p> <p>Data exploration examples are provided that demonstrate how powerful data visualization and machine learning is in discovering hidden relationship. You will then dive into important machine learning topics, including data classification, regression, clustering, association rule mining, and dimensionality reduction.</p> <h1>Style and Approach</h1> <p>This easy-to-follow guide is full of hands-on examples of data analysis with R. Each topic is fully explained beginning with the core concepts, followed by step-by-step, practical examples and concluding with detailed explanations of each concept used.</p>
Table of Contents (12 chapters)
Chapter 8
Ensemble Learning
Content Locked
Section 3
Classifying Data with the Boosting Method
Boosting starts with a simple or weak classifier and gradually improves it by reweighting the misclassified samples. Thus, the new classifier can learn from previous classifiers. One can use the boosting method to perform ensemble learning. Let’s see how to use the boosting method to classify the telecom churn dataset. - Use the boosting function from the adabag package - Make a prediction based on the boosted model and testing dataset - Retrieve the classification table and obtain average errors