Session Ready
Exercise

Train a classification tree model

In this exercise, you will train a model on the newly created training set and print the model object to get a sense of the results.

Instructions
100 XP
  • Train a classification tree using the credit_train data frame.
  • Look at the model output by printing the model object.