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 for classificatin problem.

ThiruThiru Member Posts: 100 Guru
edited October 2020 in Help
dear all,

1. can we use PCA as dimens. reduction/feature selection  technique for classification problem?  If it is yes, how
to use both numeric feature and polynomial label  in data set or PCA operator? (PCA operator accepts only numeric data)

2.  If we cant use PCA for classification problem, how to do feature selection/dimensionality reduction for classification
problem using supervised algorithm. 

thanks.

regds
thiru

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi @Thiru,

    if the label is set correctly (Set Role operator), PCA will ignore the polynominal label. If you have other nominal attributes, you'll need an operator like Nominal to Numerical to recode it to numbers.

    So you can easily use PCA in this situation.

    Regards,

    Balázs
Sign In or Register to comment.