Q4. Decision Tree and Random Forest Models  (7 points) U…

Q4. Decision Tree and Random Forest Models  (7 points) Using the dataset “trainData”, fit the following classification models below using all the predictors in “trainData” and “Fraudulent” as the response variable. i) Decision Tree Model (call it model4). ii) Random Forest model (call it model5). Display the summary of both models and state the average accuracy for both resampled models. Which model performed better in terms of mean accuracy?