Relative Content

Tag Archive for pythonmachine-learningscikit-learnclassificationevaluation

Why do the sensitivity (recall) values differ between classification_report and precision_recall_fscore_support in a loop?

Title: Why do the sensitivity (recall) values differ between classification_report and precision_recall_fscore_support in a loop? Question: I am working with a synthetic dataset generated using make_classification from sklearn.datasets with 5 classes. I have trained a RandomForestClassifier on this data and am evaluating its performance using two different methods. However, I am observing differences in the […]