weecology / EvergladesSpeciesModel

A deepforest model for wading bird species prediction.
MIT License
1 stars 1 forks source link

Don't convert predictions to categories using numpy #5

Closed ethanwhite closed 3 years ago

ethanwhite commented 3 years ago

Due to a copy-paste error when implementing 004a1d7b73b25548ce93ff021560e4f8bbc835ab, the code still converted predicted labels to categories using numpy before the proper category code was executed. This removes that incorrect initial conversion, which was breaking the confusion matrices.