Introduction to ebm

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!

Getting started

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:

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)".



Try the ebm package in your browser

Any scripts or data that you put into this service are public.

ebm documentation built on April 3, 2025, 7:16 p.m.