lawlite19 / MachineLearning_Python

机器学习算法python实现
MIT License
7.15k stars 2.43k forks source link

假负表达式错误,selectThreshold中fn = np.sum((cvPrecision == 1) & (yval == 0)).astype(float) #9

Open MechYZG1004 opened 6 years ago

MechYZG1004 commented 6 years ago

实际fn = np.sum((cvPrecision == 0) & (yval == 1)).astype(float)

lawlite19 commented 6 years ago

是的,已做修改。