Read More7.3K views2 minute read Machine LearningSciPy 卡方檢定(Chi-Square Test)ByWayne30/12/2020 卡方檢定(Chi-Square Test)根據觀察次數(observed frequencies)測定在交叉表裡的變數是否有無關聯。SciPy 的 chi2_contingency() 可以幫我們快速計算 chi-square statistic 和 p-value。 Read More 0 0 0 0
Read More4.2K views1 minute read Machine LearningPandas 交叉表(Crosstab)ByWayne14/12/2020 交叉表(Crosstab)顯示兩個變數的值的次數分佈(frequency distribution ),可以用於找出兩個變數間是否有關聯。pandas.crosstab() 可以幫我們計算交叉表,並且顯示漂亮的表格。 Read More 0 0 0 0