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
regression methods clustering methods then LIME Method
I need to get an example of how to Design regression methods with some clustering methods than using Local Interpretation (LIME)?
Tagged:
1
Best Answers
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi think he is referring to the operator i wrote a while ago called Local Interpretation (LIME). This does not support clustering. Maybe you want to use Explain Predictions, which is very similar.Best,Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany5 -
hbajpai Member Posts: 102 Unicorn@asiddiq
Are you trying to use regression clustering together for predictions ? This can achieved by utilizing Hierarchical classification, wherein a clustering algorithm breaks your data into clusters and you have regression models for each clusters. Thus, ensuring different sets of data have different models.
For model interpretability, you can use Explain Predictions as @mschmitz suggested, the operator can suggest global variable importance and impact on model base output, as well as, local results of attributes supporting and contradicting the model output for every row. You can also check out SHAP in python, which is a game theory based model explanation package.
Best,
Harshit6
Answers