nredell / shapFlex

An R package for computing asymmetric Shapley values to assess causality in any trained machine learning model
Other
71 stars 7 forks source link

Change from parallel to futures #2

Closed nredell closed 5 years ago

nredell commented 5 years ago

I'm a big fan of the future package(s) in R. I'm going to ditch mclapply if favor of futures.

nredell commented 5 years ago

Finished. shapFlex(use_future = TRUE)