March 2019
Beginner to intermediate
464 pages
10h 57m
English
As you may have noticed by looking at the data, there are a few things we need to do before we start building machine learning models. In this section, we are going to transform continuous variables that have monetary values and encode the target variable, Churn, as well as other categorical variables. To do so, perform the following steps:
library(tidyr) df <- ...
Read now
Unlock full access