austinwiltshire
austinwiltshire
Getting this test failure: ``` (spark_sklearn.converter_test.CSRVectorUDTTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/stoker/spark-sklearn/python/spark_sklearn/converter_test.py", line 83, in test_scipy_sparse self.assertEqual(df.count(), 1) File "/usr/local/spark/python/pyspark/sql/dataframe.py", line 522, in count return int(self._jdf.count()) File "/usr/local/spark/python/lib/py4j-0.10.7-src.zip/py4j/java_gateway.py",...
Having trouble using nolearn with scikit learn 19.2 due to api changes. I updated the required libraries and fixed a few warnings.