Binary trees are a simple, yet powerful machine learning tool used for classification. In this post, we will use them to classify images of breast cancer.
r
Categories
Create awesome plots with ggplot!
This post will introduce you to ggplot, an R package which makes it super-easy to create visually pleasing plots with just a few lines of code!
Linear regression is one of the simplest, yet powerful machine learning techniques. I will teach you how to handle multiple predictors & interactions in R!
Linear regression is one of the simplest, yet extremely powerful statistical techniques, that you definitely want to study in detail. Here we will see how to do it in R!