You need standard datasets to practice machine learning. In this short post you will discover how you can load standard classification and regression datasets in R. This post will show you 3 R libraries that you can use to load standard datasets and 10 specific datasets that you can use for machine learning in R. […]
Archive | R Machine Learning
How To Load Your Machine Learning Data Into R
You need to be able to load data into R when working on a machine learning problem. In this short post, you will discover how you can load your data files into R and start your machine learning project. Let’s get started. Access To Your Data The most common way to work with data in […]
How to Build an Ensemble Of Machine Learning Algorithms in R
Ensembles can give you a boost in accuracy on your dataset. In this post you will discover how you can create three of the most powerful types of ensembles in R. This case study will step you through Boosting, Bagging and Stacking and show you how you can continue to ratchet up the accuracy of […]
Tune Machine Learning Algorithms in R (random forest case study)
It is difficult to find a good machine learning algorithm for your problem. But once you do, how do you get the best performance out of it. In this post you will discover three ways that you can tune the parameters of a machine learning algorithm in R. Walk through a real example step-by-step with […]
Your First Machine Learning Project in R Step-By-Step
Do you want to do machine learning using R, but you’re having trouble getting started? In this post you will complete your first machine learning project using R. In this step-by-step tutorial you will: Download and install R and get the most useful package for machine learning in R. Load a dataset and understand it’s structure using statistical summaries […]
How to Evaluate Machine Learning Algorithms with R
What algorithm should you use on your dataset? This is the most common question in applied machine learning. It’s a question that can only be answered by trial and error, or what I call: spot-checking algorithms. In this post you will discover how to spot check algorithms on a dataset using R. Including the selection of […]
Better Understand Your Data in R Using Visualization (10 recipes you can use today)
You must understand your data to get the best results from machine learning algorithms. Data visualization is perhaps the fastest and most useful way to summarize and learn more about your data. In this post you will discover exactly how you can use data visualization to better understand or data for machine learning using R. […]
Better Understand Your Data in R Using Descriptive Statistics
You must become intimate with your data. Any machine learning models that you build are only as good as the data that you provide them. The first step in understanding your data is to actually look at some raw values and calculate some basic statistics. In this post, you will discover how you can quickly get […]
Super Fast Crash Course in R (for developers)
As a developer you can pick-up R super fast. If you are already a developer, you don’t need to know much about a new language to be able to reading and understanding code snippets and writing your own small scripts and programs. In this post you will discover the basic syntax, data structures and control […]
How To Use R For Machine Learning
There are a ton of packages for R. Which ones are best to use for your machine learning project? In this post you will discover the exact R functions and packages recommended for each sub task in a machine learning journey. This is useful. Bookmark this page. I’m sure you will be checking back time […]