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.