'파이썬 통계 머신러닝' 카테고리의 다른 글
df.corr(method='pearson') : Pearson 상관계수 구하기 (0) | 2020.07.26 |
---|---|
df.apply(lambda x: sum(x=="")) : 빈칸 존재하는지 확인 (0) | 2020.07.26 |
from sklearn.linear_model import LogisticRegression : Logistic 리그레션 (0) | 2020.07.26 |
mlxtend 연관성 분석 (0) | 2020.07.26 |
from statsmodels.stats import multicomp : Tukey 사후검정 (0) | 2020.07.26 |