In sklearn’s ClassificationReport, is the scientifically “used” metric macro average or weighted average?
In Python’s sklearn.metrics, I am using classification_report to help me interpret my machine learning model on an imbalanced dataset. For example, here is a arbitrary classification report: