MLLabelUtils.jl
MLLabelUtils.jl copied to clipboard
add onehot
I find convenient the following methods:
onehot(x) = onehot(Int, x)
onehot(T::Type, x) = convertlabel(LabelEnc.OneOfK{T}, x)
Worth the addition?