New Course: Machine Learning with Tree-Based Models in R

[This article was first published on DataCamp Community - r programming, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Hi R users! We’re happy to announce that we’ve just launched our latest R course: Machine Learning with Tree-Based Models in R by Gabi de Queiroz & Erin LeDell!

In this course, you’ll learn how to work with tree-based models in R. This course covers everything from using a single tree for regression or classification to more advanced ensemble methods. You’ll learn to implement bagged trees, Random Forests, and boosted trees using the Gradient Boosting Machine, or GBM. These powerful techniques will allow you to create high performance regression and classification models for your data.

Take me to chapter 1!

Machine Learning with Tree-Based Models in R features interactive exercises that combine high-quality video, in-browser coding, and gamification for an engaging learning experience that will make you an expert in tree-based models in R!

What you’ll learn

1. Classification Trees

This chapter covers supervised machine learning with classification trees.

2. Regression Trees

In this chapter you’ll learn how to use a single tree for regression, instead of classification.

3. Bagged Trees

In this chapter, you will learn about Bagged Trees, an ensemble method, that uses a combination of trees (instead of only one).

4. Random Forests

In this chapter, you will learn about the Random Forest algorithm, another tree-based ensemble method. Random Forest is a modified version of bagged trees with better performance. Here you’ll learn how to train, tune and evaluate Random Forest models in R.

5. Boosted Trees

In this chapter, you will see the boosting methodology with a focus on the Gradient Boosting Machine (GBM) algorithm, another popular tree-based ensemble method. Here you’ll learn how to train, tune and evaluate GBM models in R.

Master tree-based models in R with this new course!

To leave a comment for the author, please follow the link and comment on their blog: DataCamp Community - r programming.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)