np.mean(y_pred == y_test)の意味 Aug 10, 2017 np.mean(y_pred == y_test) 上のnp.meanが算術平均ということはわかったんですが==はどういう意味になりますか?