shapper icon indicating copy to clipboard operation
shapper copied to clipboard

l1_reg="auto" is deprecated (in SHAP)

Open frycast opened this issue 5 years ago • 0 comments

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)"!

frycast avatar May 04 '20 04:05 frycast