spark-fm icon indicating copy to clipboard operation
spark-fm copied to clipboard

difference about FMClassifier in spark3.0

Open shuDaoNan9 opened this issue 3 years ago • 2 comments

I find FMClassifier in spark3, but I don't know what formate my featuresCol should be. I used my gbdt feature, but the result AUC is bad.

some of my code: val classifier = new FMClassifier() .setLabelCol("click") .setFeaturesCol("gbdtFeature") .setPredictionCol("predictClick") .setProbabilityCol("probabilitys")

http://spark.apache.org/docs/latest/api/scala/org/apache/spark/ml/classification/FMClassifier.html

thank in advance!

shuDaoNan9 avatar Sep 27 '20 09:09 shuDaoNan9

libsvm?

shuDaoNan9 avatar Sep 27 '20 09:09 shuDaoNan9

@hibayesian 作者在哪高就?

shuDaoNan9 avatar Sep 27 '20 09:09 shuDaoNan9