dzieciou / tree-labeller

Helps label training data using taxonomy information.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Use % instead of decimal fraction #22

Closed dzieciou closed 1 year ago

dzieciou commented 1 year ago

manual: 0; univocal: 0.43; ambiguous: 0.05; missing: 1.0; allowed_labels: 0.25

==>

manual: 0; univocal: 43%; ambiguous: 5%; missing: 100%; allowed_labels: 25%

pkubiak commented 1 year ago

fixed in https://github.com/dzieciou/tree-labeller/pull/30