MLLabelUtils.jl icon indicating copy to clipboard operation
MLLabelUtils.jl copied to clipboard

add onehot

Open CarloLucibello opened this issue 6 years ago • 0 comments

I find convenient the following methods:

onehot(x) = onehot(Int, x)
onehot(T::Type, x) = convertlabel(LabelEnc.OneOfK{T}, x)

Worth the addition?

CarloLucibello avatar Jul 17 '18 14:07 CarloLucibello