Re: [Scikit-learn-general] Implementation Question: safe_asarray()

2012-05-15 Thread Lars Buitinck
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

[Scikit-learn-general] Implementation Question: safe_asarray()

2012-05-14 Thread Daniel Duckworth
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