The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Variable importance plot+Coefficient estimates
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!
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!
0
Best Answer
-
kypexin RapidMiner Certified Analyst, Member Posts: 291 UnicornHi @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.4
Answers
Since I am using the cross validation operator, I made a 2. connection out of it to the output port.