Session Ready
Exercise

Train model and do prediction using Random Forest

Let’s make first Random Forest model. Similar to Logistic regression and Decision Tree, here we also first select the input features, train model and finally perform prediction on test data set.

Ok, time for you to build your first Random Forest model! The pre processed trainmodified and testmodifed data are available in your workspace.

Instructions
100 XP
  • Create a object of RandomForestClassifier
  • Do prediction for test data set
  • Export test prediction to csv file