bgreenwell / pdp

A general framework for constructing partial dependence (i.e., marginal effect) plots from various types machine learning models in R.
http://bgreenwell.github.io/pdp
94 stars 12 forks source link

Remove plyr dependency #119

Closed bgreenwell closed 3 years ago

bgreenwell commented 3 years ago

Switch to using the foreach package directly. Also see issue #85.