-
- Downloads
removing test for multi label perf evaluation
Currently there is no clf implementation that outputs non mutually exclusive multilabel classifications. This case should be best implemented with a list of independent binary classifiers where individual performance evaluation can be applied. A higher level meta-API might be implemented for multilabel classification at some point to wrap a list of binary classifiers.
Loading
Please register or sign in to comment