Scikit-learn: How to obtain True Positive, True Negative, False Positive and False Negative

前端 未结 16 1115
一生所求
一生所求 2020-12-02 04:25

My problem:

I have a dataset which is a large JSON file. I read it and store it in the trainList variable.

Next, I pre-process

16条回答
  •  有刺的猬
    2020-12-02 05:15

    if you have more than one classes in your classifier, you might want to use pandas-ml at that part. Confusion Matrix of pandas-ml give more detailed information. check that

提交回复
热议问题