classify-sklearn
orientation detector will raise confidence error
#159
Labels
good first issue
Good for newcomers
Bug Description
If working with reference databases with uneven taxonomic levels,
confidence=disable
will still raise an error withread_direction=auto
, because the orientation detector must use confidence (to determine which direction is more confidently classified).Steps to reproduce the behavior
See forum topic
Expected behavior
Should amend the error message that is raised to recommend workarounds.
Right now the error message is this:
ValueError: this classifier does not support confidence values
Should add a second sentence suggesting to use
confidence=disable
and setread_direction
to bypass this error message.References
forum topic
The text was updated successfully, but these errors were encountered: