rf = Random Forest Regressor(n_estimators=10).fit(X_train, y_train) rf_predict = rf.predict(X_test)