DT Implementation Steps: 1 to 4
We will start to get familiarized with the implementation steps (1-4) of decision trees.
We'll cover the following...
1) Import libraries
While decision trees can solve regression or classification problems, we will use the classification version of the algorithm as we will be predicting a discrete variable. Using the ...