Description
We have asML/fromML utility methods in Scala/Java to convert between the old and new linalg types. These are missing in Python.
For dense vectors it's actually easy to do without, e.g. mlDenseVector = Vectors.dense(mllibDenseVector), but for sparse it doesn't work easily. So it would be good to have utility methods available for users.