python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Shapley values for glmnet using R's iml package
I'm unable to use the iml package in R to find shapley values for glmnet models.
It seems like the problem might be related to the fact that glmnet() and predict.glmnet() expect matrices, while the x....
infinitefactors
Votes: 0
Answers: 0
Shapley values for the three clusters by cluster number KMeans algorithm
I am trying to replicate this https://cast42.github.io/blog/datascience/python/clustering/altair/shap/2020/04/23/explain-clusters-to-business.html#Kmeans-clustering
But using R and not Python as in th...
Anne
Votes: 0
Answers: 0