MLPreprocessing.jl
MLPreprocessing.jl copied to clipboard
Soften all requirements on array element types
We should drop all dispatches on AbstractVector{<:Real} etc.
down to just AbstractVector.
Because overly tight typing harms generalitity