1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Fraud Detection in Python

Connected

अभ्यास

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.

निर्देश 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.