Plot PCA loadings and loading in biplot in sklearn (like R's autoplot)

前端 未结 3 605
清酒与你
清酒与你 2020-12-07 21:59

I saw this tutorial in R w/ autoplot. They plotted the loadings and loading labels:

autoplot(prcomp(df), data = iris, colour = \'S         


        
3条回答
提交回复
热议问题