How to make a confusion matrix based on values from all the pairs of columns of a PySpark dataframe?

前端 未结 0 1742
日久生厌
日久生厌 2020-12-02 14:02

I have a PySpark dataframe

simpleData = [("person0",1, 1, 0), \\
    ("person1",1, 1, 1), \\
    ("person2",1, 0, 0), \\
    (&q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题