Assignment Decision Trees: Following the steps defined below, create a decision tree model to predict whether an individual has diabetes: (a) Using the training and testing partitions created in question 3, create a decision tree model on your training data to predict the ”Outcome” variable using the rpart function. In your console, print the decision […]