πŸ“„ Accuracy BinaryΒΆ

Note

ID: metrics.accuracy_binary | Type: BinaryAccuracy

{
    "__type__": "binary_accuracy"
}

Explanation about BinaryAccuracyΒΆ

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

Read more about catalog usage here.