course
Understanding Confusion Matrix in R
This tutorial takes course material from DataCamp's Machine Learning Toolbox course and allows you to practice confusion matrices in R.
Oct 15, 2018 · 3 min read
Topics
R Courses
4 hr
57.3K
course
Introduction to Regression in R
4 hr
51.9K
course
Intermediate Regression in R
4 hr
24.2K
See More
RelatedSee MoreSee More
tutorial
Introduction to Data frames in R
This tutorial takes course material from DataCamp's Introduction to R course and allows you to practice data frames.
Ryan Sheehy
5 min
tutorial
Matrices in R Tutorial
Learn all about R's matrix, naming rows and columns, accessing elements also with computation like addition, subtraction, multiplication, and division.
Olivia Smith
7 min
tutorial
Data Frames in R
This tutorial takes course material from DataCamp's Introduction to R for Finance course and allows you to practice Data Frames.
Ryan Sheehy
4 min
tutorial
What is A Confusion Matrix in Machine Learning? The Model Evaluation Tool Explained
See how a confusion matrix categorizes model predictions into True Positives, False Positives, True Negatives, and False Negatives. Keep reading to understand its structure, calculation steps, and uses for handling imbalanced data and error analysis.
Nisha Arya Ahmed
12 min
tutorial
Machine Learning in R for beginners
This small tutorial is meant to introduce you to the basics of machine learning in R: it will show you how to use R to work with KNN.
Karlijn Willems
24 min
tutorial
Support Vector Machines in R
In this tutorial, you'll try to gain a high-level understanding of how SVMs work and then implement them using R.
James Le
17 min