Imports for rest of today's class

So I’ve had issues of importing:

  • from pdpbox import pdp
  • from plotnine import *

It seems like they are not in requirements.txt or environment.yml so here are the ways for installing:

  • pdpbox (very cool plotting): https://github.com/SauceCat/PDPbox
  • plotnine (not in conda): pip install plotnine
  • pip install scikit-misc (for ggplot)
  • pip install treeinterpreter (for treeinterpreter)
1 Like

Aha reading ahead - awesome! :slight_smile: Good point I better add these to the env.

1 Like

OK added. conda env update will grab these now.