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.
SVM Regression - Output P-values for each attribute
Hello,
I am trying to find a way to add p-values to my Logistic Regression (SVM) models weight table. Is that possible?
Best regards,
Cem
Tagged:
0
Answers
Hi @cem_akyuz,
I don't know if it's possible to add p-values directly with RapidMiner operators in your case, but
I think it's possible for a "classic" Logistic Regression model using Execute Python operator.
Regards,
Lionel
Hi,
i think the normal Logistic Regression should have the p-values. The SVM-Implementation of it is a bit different since it treats LogReg as a special case of SVMs
Best,
Martin
Dortmund, Germany