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

Multiclass Support #2

Open
khdlr opened this issue Sep 13, 2021 · 1 comment · May be fixed by #7
Open

Multiclass Support #2

khdlr opened this issue Sep 13, 2021 · 1 comment · May be fixed by #7
Labels
enhancement New feature or request high priority

Comments

@khdlr
Copy link
Collaborator

khdlr commented Sep 13, 2021

The introduction of multiclass support would be great

potential overlap with [TODO]

requirements:

  • Training data/vectors attribute label has numerical values, which can be > 1

preprocessing:

  • mask as uint8 with label ids as values

data output:

  • class labels as uint8 as uint8 with label ids as values
  • class probabilities
    • option 1: n bands with p values, n=number of classes (my preferred option)
    • option 2: 1 band, p value of majority class

numbers output:

  • class metrics need to be adapted to multiclass (precision, recall, f-score)
  • addition of new output: e.g. error matrix
@khdlr khdlr added enhancement New feature or request high priority labels Sep 13, 2021
@khdlr
Copy link
Collaborator Author

khdlr commented Sep 13, 2021

This is essentially ready to merge at #7

@khdlr khdlr mentioned this issue Sep 13, 2021
@khdlr khdlr linked a pull request Sep 13, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant