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)