knitr::opts_chunk$set( collapse = TRUE, comment = "#>", echo = TRUE, cache = FALSE, fig.width = 6, fig.asp = 0.618, out.width = "70%" )
WARNING: This vignette is very much a work in progress and is subject to change as the package evolves!
This package requires reticulate and an appropriate Python environment with the interpret library installed. If you're not a Python user, then I'd suggest reading through some of the reticulate vignettes to learn more. In particular:
vignette("versions", package = "reticulate")
for learning more about Python version configuration.vignette("python_packages", package = "reticulate")
for learning more about installing Python packages.vignette("python_primer", package = "reticulate")
for learning more about interacting with Python objects through reticulate (this can be useful for understanding more advanced usage of the ebm package)For simplicity, this package also provides an install_interpret()
function for installing the sole Python library dependency; see ebm::?install_interpret()
for details.
For a full overview of the ebm package, see article titled "RJournal article (in progress)".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.