Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

DataCamp

Machine Learning with caret in R

via DataCamp

Overview

This course teaches the big ideas in machine learning like how to build and evaluate predictive models.

Machine learning is the study and application of algorithms that learn from and make predictions on data. From search results to self-driving cars, it has manifested itself in all areas of our lives and is one of the most exciting and fast growing fields of research in the world of data science. This course teaches the big ideas in machine learning: how to build and evaluate predictive models, how to tune them for optimal performance, how to preprocess data for better results, and much more. The popular caret R package, which provides a consistent interface to all of R's most powerful machine learning facilities, is used throughout the course.

Syllabus

Regression Models: Fitting and Evaluating Their Performance
-In the first chapter of this course, you'll fit regression models with train() and evaluate their out-of-sample performance using cross-validation and root-mean-square error (RMSE).

Classification Models: Fitting and Evaluating Their Performance
-In this chapter, you'll fit classification models with train() and evaluate their out-of-sample performance using cross-validation and area under the curve (AUC).

Tuning Model Parameters to Improve Performance
-In this chapter, you will use the train() function to tweak model parameters through cross-validation and grid search.

Preprocessing Data
-In this chapter, you will practice using train() to preprocess data before fitting models, improving your ability to making accurate predictions.

Selecting Models: A Case Study in Churn Prediction
-In the final chapter of this course, you'll learn how to use resamples() to compare multiple models and select (or ensemble) the best one(s).

Taught by

Zachary Deane-Mayer and Max Kuhn

Reviews

4.6 rating at DataCamp based on 16 ratings

Start your review of Machine Learning with caret in R

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.