Patrick Wendell
Results
2
issues of
Patrick Wendell
I had to tell people to put a semi-colon after this line: val label = if(r(0).toString == "ARTS") 1.0 else -1.0 Because they paste it as a single line and...
val inputTable = mc.loadFile("/enwiki_txt").filter(r => List("ARTS","LIFE") contains r(0).toString).cache()