Closed
Description
When training a multiclass classifier, the label must be converted to KeyType
. Some learners, such as SDCA
, do the conversion from R4
automatically, while some, like LogisticRegression
do not. This behavior is confusing from an end-user perspective, as one cannot simply interchange learners without modifying the input pipeline.
I suggest adding auto-label-conversion for all multiclass learners in ML.NET.