Hi,
When dealing with multinomial logistic regression with
CrossFolderLearner, the Vector classfy(Vector) method returns a vector of
scores for all the target values, Max( scores.max, 1 - scores.zSum) will return
the max socre, according to which we can determine the predicted target value,
which is encoded by the learner internally, but where is the map between
original target labels and the encoded codes?Regards, Xiaobo Gu
