import pearonr计算相关性时TypeError: No loop matching the specified signature and casting was found
学习《python深度学习(NDLewis)》第六章,代码出了一个bug,原代码为:# 使用相关性函数,检查预测值和实际值之间的相关性from scipy.stats.stats import pearsonrcorrel = pearsonr(pred3_test,y_test)print("Test correlation = ",correl[0])print("Test c...





