Let’s do some machine learning with R

Manpreet Singh
5 min readMay 24, 2021

Welcome back! R is a great programming language for data science, i’ve personally used this language heavily during my undergrad / grad college work as well as in the work place, so let’s do some machine learning with this language.

Introduction

This tutorial is a basic walkthrough of a bit of machine learning with R, this isn’t a full walkthrough on what machine learning is, if you want a bit more information on machine learning check out this article I posted a little bit ago:

I’m also hoping you have a bit of experience with R, with that out of the way let’s get into this project. First off, we’ll be using Tidymodels, this is a collection of R packages that will help us with developing our machine learning models, to learn more about this check out their website below:

--

--