Skip to content

Why switch y_true and y_pred's input value in classification_report function's input? #2

@yeukhou

Description

@yeukhou

I don't understand why you print(classification_report(y_true=Yhat ,y_pred=Y)) in #1000 notebook's Training and Validation Performance section. I noticed that you have also done this in #2000 notebook. Shouldn't it be classification_report(y_true=Y ,y_pred=Yhat)?
Screen Shot 2022-05-10 at 21 00 10
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions