:rmarkdown:
Install the reticulate package. Enable it as below. It's the bee's knees.
Call an R command use_condaenv("env_name")
like so:
library(reticulate)
use_condaenv("lgb_shap")
They work. Make sure to call plt.tight_layout()
so the formatting is pretty.
Sun 17 Nov 2019 10:23:05 AM CST