#给定两个array求准确率 preciosn = (arr1==arr2).astype(np.float).sum()/len(arr1)
numpy 笔记
原文:https://www.cnblogs.com/rise0111/p/11809174.html