Comparative Analysis of Decision Tree and Random Forest Models for Prostate Cancer Classification
摘要
This study compares the performance of Decision Tree and Random Forest Classifier models on a binary classification medical data set that includes images of prostate cancer. The two models are evaluated through metrics like accuracy, precision, recall, F1 score, ROC curve, etc. After the testing, the random Forest classifier showed better performance than decision tree classifier. The random forest showed an accuracy of 85%, whereas the decision tree could only record an accuracy of 80%. The results mentioned that Random forest gives better performance than Decision tree.