Compartir a través de


multiclass Package

Classes

OneVsRestClassifier

One-vs-All macro (OVA)

Note

This algorithm can be treated as a wrapper for all the binary

classifiers in nimbusml. A few binary

classifiers already have implementation for multi-class problems,

thus users can choose either one

depending on the context. The OVA version of a binary classifier,

such as wrapping a LightGbmBinaryClassifier ,

can be different from LightGbmClassifier ,

which develops a multi-class classifier directly.