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
Helping in Model Interpretability
Montse
Member Posts: 19 Maven
Hello,
Auto Model helps in interpreting the results. The simulator tool is very helpful to prove the response of the model an also helps in interpreting how works the model. But it's manual. And when the model complexity increases, model interpretability gets complicated too.
I have found something like LIME, as a toolbox for model analysis.
RapidMiner has something like this? I think it could be very helpful to add this capability into RapidMiner.
Best regards,
Montse
Tagged:
0
Comments
Hi,
Get Local Interpretation is the LIME algorithm.
Best,
Martin
Dortmund, Germany
That's part of the Operator Toolbox, in case you don't have it yet. It is a very useful extension!
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
And last but not least: the operator "Explain Predictions" is creating those local explanations in a non-manual way as well. It is an improved version of LIME which is in general faster and can also handle all data and prediction types. This improved algorithm is also what is used in the background of the Model Simulator. If you apply the operator, you will get a result like the following:
The process XML to generate something like this is below.
Hope this helps,
Ingo
I just finished teaching a course @ an MBA program in which I use RM as the main software program. I mentioned in class that it would be great if one could explain some of the powerful black boxes available in RM. Then I switched to R and the Lime library and demostrated how to do it for a credit scoring example.
I was about to enter a request in the "Ideas" section about implementing LIME in RM. Wisely, I search the forum first :-)
This is fantastic. RM is getting better and better and better.