yoshida-lab / XenonPy

XenonPy is a Python Software for Materials Informatics
http://xenonpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
131 stars 57 forks source link

Add default support to binary classification for classification_metric #255

Open stewu5 opened 2 years ago

stewu5 commented 2 years ago

Right now, the default values is for multi-label classification, which could produce misleading results for the binary case. Warning or default handling for the binary case is needed.