摘要: 1. Get the r value and the p value between the dataset: r_fta_pts,p_value = pearsonr(nba_stats["pts"],nba_stats["fta"]) r_stl_pf,p_value = pearsonr(nb 阅读全文
posted @ 2016-12-01 02:21 阿难1020 阅读(320) 评论(0) 推荐(0) 编辑