zhengruifeng / spark-libFM

An implement of Factorization Machines (LibFM)
Apache License 2.0
248 stars 119 forks source link

when generate FM model, but, why can't load the model to predict? #14

Open withDataman opened 6 years ago

withDataman commented 6 years ago

hello, when generate FM model, but, why can't load the model to predict? Error as follow: Exception in thread "main" java.lang.Exception: FModel.load did not recognize model with (className, format version):(org.apache.spark.mllib.classification.FMModel$SaveLoadV1_0$, 1.0).

CaptainXudui commented 6 years ago

same problem on my Mac with spark 2.1

Biaocsu commented 4 years ago

@withDataman Hi, do you still remember how to solve this? it happens to me as well