Skip to content

fix: correct accuracy row alignment in classification report table#951

Open
Satyam-madeit wants to merge 2 commits intomicrosoft:mainfrom
Satyam-madeit:fix/my-first-contribution
Open

fix: correct accuracy row alignment in classification report table#951
Satyam-madeit wants to merge 2 commits intomicrosoft:mainfrom
Satyam-madeit:fix/my-first-contribution

Conversation

@Satyam-madeit
Copy link
Copy Markdown

The accuracy row in the classification report table had values in the wrong columns.

precision and recall columns were filled but they should be
empty for the accuracy row. The 0.80 value belongs under
f1-score and 1199 belongs under support, which matches
the actual output of sklearn's classification_report().

@Satyam-madeit
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant