May 2018
Beginner to intermediate
364 pages
7h 43m
English
As we have discussed in the previous chapter, the best choice to conduct various tests for supervised learning is applying an R package called Rattle. Here, we show two more examples. Let's first look at the iris dataset:
> library(rattle) > rattle()
The next example is using the diabetes dataset, shown in the screenshot here:

For example, we could choose the logistic model after clicking Model on the menu bar. After clicking on Execute, we would have the following output:

Based on the significant ...
Read now
Unlock full access