활용예시1 varimax_spss_example https://momalcy.tistory.com/38 해당 페이지에서 만든 함수를 활용한 예시 있입니다. !! In [1]: from IPython.core.display import display, HTML display(HTML("")) In [1]: filepath = 'http://bestelon.com/pca/lipset.csv' df = pd.read_csv(filepath) x = df.iloc[:, 1:10] In [2]: import varimaxspss In [3]: result = varimaxspss.PcaVarimax(x) In [4]: result.pca() PC# Eigenvalue % of Varian Exp Cumulative % 0 1 2.384 26.48.. 2021. 3. 19. 이전 1 다음