Exercise

Random Forest Classifier - part 2

Let's see how our Random Forest model performs without doing anything special to it. The model from the previous exercise is available, and you've already split your data in X_train, y_train, X_test, y_test.

Instructions 1/3

undefined XP
    1
    2
    3
  • Fit the earlier defined model to our training data and obtain predictions by getting the model predictions on X_test.