pyspark 用fit訓練數據集的時候出現"Params must be either a param map or a list/tuple of param maps,

在anaconda用決策樹訓練數據, from pyspark.ml.classification import DecisionTreeClassifier dt=DecisionTreeClassifier(labelCol="label",featuresCol="features") dt_model=dt.fit(dfff) 出現錯誤 沒辦法,最後通過谷歌搜索,最後猜測可能是當我用cas
相關文章
相關標籤/搜索