regression methods clustering methods then LIME Method
我需要如何的一个例子Design regression methods with some clustering methods than using Local Interpretation (LIME)?
Tagged:
1
Best Answers
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,404RM 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 MemberPosts:102Unicorn@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@mschmitzsuggested, 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 outSHAPin python, which is a game theory based model explanation package.
Best,
Harshit6
Answers