MachineLearning_Python
MachineLearning_Python copied to clipboard
假负表达式错误,selectThreshold中fn = np.sum((cvPrecision == 1) & (yval == 0)).astype(float)
实际fn = np.sum((cvPrecision == 0) & (yval == 1)).astype(float)
是的,已做修改。