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.

"Is there an Randomized Projections operator (built-in or extension)"

BryantSBryantS Member Posts: 2 Learner I
edited May 2019 in Help
I’m trying to experiment with several different dimensionality reduction operators. One that I’ve been unable to locate is called Randomized Projections. (I have found PCA, ICA, and others). I'm wondering if operator this is implemented in RapidMiner? If so, I would appreciate any help in getting pointed in the right direction. 

Thanks in advance!
Tagged:

Comments

  • David_ADavid_A Administrator, Moderator, Employee, RMResearcher, Member Posts: 297 RM Research
    edited March 2019
    Hi,

    I'm not aware of any implementation. But there are R and Python packages that implement the Random Projection (RandPro for R and sklearn.random_projection for Python). They can be executed with the scripting extensions (just look at the RapidMiner marketplace).
    There is also a Weka implementation available, so implementing the algorithm as an own extension also won't be to much of an effort.

    Best,
    David

  • BryantSBryantS Member Posts: 2 Learner I
    Thank you. I’ll give that a try. 
Sign In or Register to comment.