training
training copied to clipboard
MLLib statement fails when pasting
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 scala can't figure it out.