Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

l1_reg="auto" is deprecated (in SHAP) #28

Open
frycast opened this issue May 4, 2020 · 0 comments
Open

l1_reg="auto" is deprecated (in SHAP) #28

frycast opened this issue May 4, 2020 · 0 comments

Comments

@frycast
Copy link

frycast commented May 4, 2020

When running the following example from the shapper regression vignette on CRAN:

library("shapper") ive_rf <- shap(exp_rf, new_observation = new_passanger) ive_rf

We get a warning from the SHAP package:

l1_reg="auto" is deprecated (in SHAP) and in the next version (v0.29) the behavior will change from a conditional use of AIC to simply "num_features(10)"!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant