πŸ“„ F1 BinaryΒΆ

Note

ID: metrics.f1_binary | Type: F1Binary

{
    "__type__": "f1_binary"
}

Explanation about F1BinaryΒΆ

Calculate f1 for a binary task, using 0.5 as the threshold in the case of float predictions.

Read more about catalog usage here.