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
Can I change the default set of excludeFolders for generated IML for an imported grails project
When importing a grails project, it will automatically build an iml file for it. However, I always end up marking web-app folder as excluded. I have to do this with every imported project. I wanted to...
Ev0oD
Votes: 0
Answers: 0
What is the equivalent of the SAS IML symbol ` in R
I am looking through a function as below in SAS IML
a = {34, 55, 67};
aT = a`;
what does a' (I could not print it here correctly but the function has the correct sign) do in SAS and what is the equiv...
amisos55
Votes: 0
Answers: 1