Computer scienceData scienceInstrumentsScikit-learnTraining ML models with scikit-learnClassification in scikit-learn

Logistic regression in scikit-learn

Average = 'macro'

Report a typo

What does average='macro' mean in metric functions PrecisionPrecision and F1scoreF1-score?

precision = precision_score(y_test, y_pred, average='macro')
f1 = f1_score(y_test, y_pred, average='macro')
Select one option from the list
___

Create a free account to access the full topic