我在数据帧 df 上使用 SentimentDetector 注释器,它有一个列文本,但我不断收到以下错误
java.lang.IllegalArgumentException:要求失败:SentimentDetectorModel_c51007285c65 中的 inputCols 注释器错误或缺失
sentiment_detector = SentimentDetectorModel().setInputCols(["text"]).setOutputCol("sentiment")
sentiment_detector.transform(df)
+----------------+---+-------------------+--------------------+--------------------+
id|len| date| id2| text|
+----------------+---+-------------------+--------------------+--------------------+
| 20151| 8|2015-12-01 05:01:00| 08600|Adding Jobs ...|
| 20151| 9|2015-12-01 05:01:01|G1085,|Go Scripts S...|
+----------------+---+-------------------+--------------------+--------------------+