MachineLearning_Python icon indicating copy to clipboard operation
MachineLearning_Python copied to clipboard

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

Open MechYZG1004 opened this issue 7 years ago • 1 comments

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

MechYZG1004 avatar Mar 12 '18 02:03 MechYZG1004

是的,已做修改。

lawlite19 avatar Mar 12 '18 03:03 lawlite19