Why does the result of sklearn.svm.SVC.predict() inconsistent with sklearn.svm.SVC.predict_proba()?

后端 未结 0 856
鱼传尺愫
鱼传尺愫 2020-12-24 11:01

I used sklearn.svm.SVC to build the support vectors classifier as shown below.

import numpy as np
from sklearn.svm import SVC
    
svc=SVC(probability=True)

         


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