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

Soften all requirements on array element types

Open oxinabox opened this issue 6 years ago • 0 comments

We should drop all dispatches on AbstractVector{<:Real} etc. down to just AbstractVector.

Because overly tight typing harms generalitity

oxinabox avatar Mar 18 '19 19:03 oxinabox