Skip to content

Classification metrics section: examples of input types #1318

@hieuchi911

Description

@hieuchi911

Documentation file: https://github.com/Lightning-AI/metrics/blob/v0.10.2/docs/source/pages/classification.rst
For binary inputs target, the example used was: binary_target = torch.tensor([1, 0, 2]), while for binary I believe there should be no more than 2 different integers. So it should be binary_target = torch.tensor([1, 0, 1])

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions