Skip to content

Wrong docstrings for Metric update method's input type #2054

@vfdev-5

Description

@vfdev-5

📚 Documentation

For example, accuracy documentation says that

update must receive output of the form (y_pred, y) or {'y_pred': y_pred, 'y': y}.

which is incorrect as it can only takes (y_pred, y) but iteration_completed can handle both types.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions