Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Predictive Analytics Using Rattle and Qlik Sense

You're reading from  Predictive Analytics Using Rattle and Qlik Sense

Product type Book
Published in Jun 2015
Publisher
ISBN-13 9781784395803
Pages 242 pages
Edition 1st Edition
Languages
Authors (2):
Ferran Garcia Pagans Ferran Garcia Pagans
Profile icon Ferran Garcia Pagans
Fernando G Pagans Fernando G Pagans
Profile icon Fernando G Pagans
View More author details

Table of Contents (16) Chapters

Predictive Analytics Using Rattle and Qlik Sense
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Getting Ready with Predictive Analytics 2. Preparing Your Data 3. Exploring and Understanding Your Data 4. Creating Your First Qlik Sense Application 5. Clustering and Other Unsupervised Learning Methods 6. Decision Trees and Other Supervised Learning Methods 7. Model Evaluation 8. Visualizations, Data Applications, Dashboards, and Data Storytelling 9. Developing a Complete Application Index

Ensemble classifiers


Thomas G Dietterich defines Ensemble methods as follows:

"Ensemble methods are learning algorithms that construct a set of classifiers and then classify new data points by taking a (weighted) vote of their prediction."

You can get more information from http://web.engr.oregonstate.edu/~tgd/publications/mcs-ensembles.pdf.

Ensemble methods create a set of weak classifiers and combine them into a strong classifier. A weak classifier is a classifier that performs slightly better than a classifier that randomly guesses the prediction. Rattle offers two types of ensemble models: Random Forest and Boosting.

Boosting

Boosting is an ensemble method, so it creates a set of different classifiers. Imagine that you have m classifiers, we can define a classifier x as:

When we need to evaluate a new observation, we can calculate the average of all m tree's predictions using the following formula:

We can improve this evaluation by adding a weight to each tree, as shown here in this formula...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}