March 2017
Beginner to intermediate
1065 pages
27h 7m
English
In Chapter 9, Linear Regression we discussed regression. In the previous chapter, we were interested in classification using k-NN and Naïve Bayes. In this chapter, we will continue the topic of classification and discuss it in the context of decision trees. Decision trees notably allow class predictions (group membership) of previously unseen observations (testing datasets or prediction datasets) using statistical criteria applied on the seen data (training set).
Here, we will briefly examine the statistical criteria of six algorithms:
We will also examine how to use decision trees in R, notably, how to measure the reliability ...
Read now
Unlock full access