問題詳情

24. 要了解預測變數之間的相關程度,可以運用 Python 中 pandas 套件下何者函數?
(A) sum()
(B) corr()
(C) anova()
(D) lm()

參考答案

答案:B

統計:A:0,B:1,C:0,D:2,E:0

難度:計算中