Question: ## Predicting on train data y_pred_train = rf_balanced.predict(X_train) ## Complete the code to predict the model on X_valid y_pred_valid = rf_balanced.predict(________)
## Predicting on train data y_pred_train = rf_balanced.predict(X_train) ## Complete the code to predict the model on X_valid y_pred_valid = rf_balanced.predict(________)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
