bgreenwell / fastshap

Fast approximate Shapley values in R
https://bgreenwell.github.io/fastshap/
112 stars 18 forks source link

Remove tibble dependency #49

Closed bgreenwell closed 1 year ago

bgreenwell commented 1 year ago

Shapley values are ALWAYS all numeric, so it seems more natural to return a numeric matrix instead, which could always be converted to a data frame or tibble.