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.

How to extract a model from Robust PCA

jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
In general, Robust PCA (rPCA) is an excellent algorithm capable of doing both PCA in the presence of outliers and identifying two classes of outliers, i.e. those that fall within the subset of principal components and those outside (which otherwise would not be detected after dimensionality reduction). Anomaly Detection extension offers rPCA, which implements the algorithm but it hides the PCA model. Is there a way of extracting the PCA model from rPCA? Or should rPCA be moved to the RM core with full features? (of course it is possible to do this in R or a hack in Python)

Best Answer

Answers

Sign In or Register to comment.