Data Science Desktop Survival Guide
by Graham Williams |
|||||
Rattle Build Tree |
We can simply click the Execute button to build our first decision tree, using all of the default settings. Once finished, as in the figure above, the time taken to build the tree is reported in the status bar at the bottom of the window. A summary of the tree is presented in the text view panel. A classification model is built using rpart().
The number of observations from which the model was built is reported. This is 70% of the observations available in the weather dataset, representing the training dataset. We again note that the weather dataset is quite a tiny dataset in the context of data mining, but suitable for our purposes here.
The actual decision tree is then presented in its textual form.