0
When I change the input file (by default: sample_svm_data.txt), on the other also containing numerical attributes separated by spaces, the following error occurs:
File "/usr/local/Spark/python/lib/pyspark.zip/pyspark/mllib/util.py", line 53, in _parse_libsvm_line index, value = items[1 + i]. split(":") Valueerror: need more than 1 value to unpack
What can it be?
The algorithm in python is being executed using the Apache Spark, just like this one example, the only change being the input file.