databricks/spark-sklearn

CSR Matrix Support for Spark 2.0

vlad17 opened this issue · 3 comments

There's no support for CSR matrices in Spark 2.0.

To replicate, run python/run-tests.sh --nologcapture spark_sklearn.converter_test

Yes; this test only passes because I put in a skip decoration.

Looks like it was resolved, as this PR that removes the skipping passes: #94