lensacom / sparkit-learn

PySpark + Scikit-learn = Sparkit-learn
Apache License 2.0
1.15k stars 255 forks source link

Syntax Errors #32

Closed mrshanth closed 9 years ago

mrshanth commented 9 years ago

I am getting syntax errors in

nralat commented 9 years ago

Which python version do you use? Dictionary comprehension come with Python 2.7 https://www.python.org/dev/peps/pep-0274/

mrshanth commented 9 years ago

We are using Python 2.6.6 in Centos 6.5. I will update and check. Thanks.