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.

Variable importance plot+Coefficient estimates

islem_hislem_h Member Posts: 19 Learner III
Hello everyone, 

I applied a generalized Linear model on my dataset and it worked perfectly. However, I couldn't interpret the importance of the variables since I found not plot for this purpose. I couldnt also find any coefficient estimates for the predictors. Is there an operator for that or did I miss a connection? 

Thank you a lot in advance!

Best Answer

  • kypexinkypexin RapidMiner Certified Analyst, Member Posts: 291 Unicorn
    Solution Accepted
    Hi @islem_h

    Regarding coefficients:
    You should output the linear model itself from (for example) 'Apply model' output port to the main process output port. It will show an additional tab in the results pane, where all the model coefficients are shown.

Answers

  • islem_hislem_h Member Posts: 19 Learner III
    Thank you @kypexin !
    Since I am using the cross validation operator, I made a 2. connection out of it to the output port.

Sign In or Register to comment.