rachmaninovquartet

Results 2 comments of rachmaninovquartet

I've tried like this: sc.parallelize(Seq(knnModel), 1).saveAsObjectFile("/user/you/knnTest/" + "KNN") val model = sc.objectFile[KNNClassificationModel]("/user/you/knnTest/" + "KNN").first() but the model pulled back in no longer seems to work, which is strange since this...

Hi, I'm having the same issue. Did you figure out a workaround yet?