Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

PCA loadings plot or (biplot)

gpapp89gpapp89 Member Posts: 2 Learner I
edited January 2022 in Help
Hi!

I am interested in plotting not only the PCA-scores but the corresponding loading vectors (for instance in PCA1-PCA2 space) with Principal Component Analysis operator. Is there any straightforward way to achive this?

Thank You!

Best Answer

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    Hi @gpapp89

    Maybe the easy way is using the Execute R Operator.
    This operator enable Rapidminer to run R code, and R is very powerful for  graphs like biplots.
    Please find attached an example using the package ggplots and ggfortify.

    Best, 

    Cesar
Sign In or Register to comment.