Hi, in Spark 1.6 the glm's predict() method returned a DataFrame with 0/1 prediction values. In 2.0 however, the same code returns confidence-like values, e.g. 0.5320209312. Can anyone tell me, what caused the change here? Is it possible to get the old, binary values with Spark 2.0?
Regards, Zsolt