np.around()

np.around(a, decimals=0, out=None)

功能:四舍五入,在逻辑回归值为0或1预测时非常有用

decimals 为四舍五入的位数

你可能感兴趣的:(np.around())