2012/5/14 Daniel Duckworth :
> For those familiar with this function in sklearn/utils/validation.py, I was
> wondering why sparse matrices are passed through silently without respecting
> the `dtype` or `order` arguments. I can understand why one would want to
> ignore `order` due to how sparse ma
Hi everyone,
For those familiar with this function in sklearn/utils/validation.py, I was
wondering why sparse matrices are passed through silently without
respecting the `dtype` or `order` arguments. I can understand why one
would want to ignore `order` due to how sparse matrices are designed, bu