Read More3.9K views1 minute read Machine LearningSciPy 曼-惠特尼U檢定(Mann-Whitney U Test)ByWayne30/12/2020 曼-惠特尼U檢定(Mann-Whitney U Test)是一種無母數檢定(nonparametric test)。它將兩個樣本的資料先合併,再依照大小排序的等級(rank)來測定兩個母群體在分佈上是否相同。 Read More 0 0 0 0
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