摘要: 二分类 from sklearn import svm import numpy as np w=[] train_x=[] train_y=[] test_x=[] test_y=[] def Init(): global train_x,train_y,test_x,test_y with op 阅读全文
posted @ 2022-05-09 21:52 sz[sz] 阅读(84) 评论(0) 推荐(0)