We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbffa48 commit c43b897Copy full SHA for c43b897
pgml-extension/src/orm/model.rs
@@ -518,7 +518,7 @@ impl Model {
518
// These are validated against Scikit and seem to be correct.
519
metrics.insert(
520
"f1".to_string(),
521
- pgml_confusion_matrix.f1(crate::metrics::Average::Micro),
+ pgml_confusion_matrix.f1(crate::metrics::Average::Macro),
522
);
523
metrics.insert("precision".to_string(), pgml_confusion_matrix.precision());
524
metrics.insert("recall".to_string(), pgml_confusion_matrix.recall());
0 commit comments