Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the number of not classified instances for multi-label models #3964

Open
suhaibmujahid opened this issue Jan 11, 2024 · 1 comment · May be fixed by #4150
Open

Show the number of not classified instances for multi-label models #3964

suhaibmujahid opened this issue Jan 11, 2024 · 1 comment · May be fixed by #4150

Comments

@suhaibmujahid
Copy link
Member

Currently, the report has the tables look like the following:

╒════════════╤═════════════════╤═════════════════╕
│            │   0 (Predicted) │   1 (Predicted) │
╞════════════╪═════════════════╪═════════════════╡
│ 0 (Actual) │           19082 │               8 │
├────────────┼─────────────────┼─────────────────┤
│ 1 (Actual) │              51 │             723 │
╘════════════╧═════════════════╧═════════════════╛

While they should look like the following:

╒════════════╤═════════════════╤═════════════════╤══════════════════╕
│            │   0 (Predicted) │   1 (Predicted) │   Not classified │
╞════════════╪═════════════════╪═════════════════╪══════════════════╡
│ 0 (Actual) │           19082 │               8 │               12 │
├────────────┼─────────────────┼─────────────────┼──────────────────┤
│ 1 (Actual) │              51 │             723 │               28 │
╘════════════╧═════════════════╧═════════════════╧══════════════════╛
@jpangas
Copy link
Collaborator

jpangas commented Jan 12, 2024

Does not classified in the multi-label case mean the model didn't classify it as either one of among all the classes or just the two classes looked at in the report? ie. If the model didn't classify it as a security bug or not (and may be classified as performance), does that qualify it to be not classified?

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 a pull request may close this issue.

2 participants