Package: ebm Type: Package Title: Explainable Boosting Machines Version: 0.1.0 Authors@R: person(c("Brandon", "M."), family = "Greenwell", email = "greenwell.brandon@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8120-0084")) Description: An interface to the 'Python' 'InterpretML' framework for fitting explainable boosting machines (EBMs); see Nori et al. (2019) for. EBMs are a modern type of generalized additive model that use tree-based, cyclic gradient boosting with automatic interaction detection. They are often as accurate as state-of-the-art blackbox models while remaining completely interpretable. Depends: R (>= 3.5.0) Imports: reticulate, ggplot2 (>= 0.9.0), lattice Suggests: htmltools, ISLR2, knitr, rmarkdown, rstudioapi URL: https://github.com/bgreenwell/ebm, https://bgreenwell.github.io/ebm/ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev python3 Repository: https://bgreenwell.r-universe.dev Date/Publication: 2025-03-06 01:42:42 UTC RemoteUrl: https://github.com/bgreenwell/ebm RemoteRef: HEAD RemoteSha: cfcfd3541fe8698eff35a8f80940a61f7373f3a1 NeedsCompilation: no Packaged: 2026-06-05 10:54:20 UTC; root Author: Brandon M. Greenwell [aut, cre] (ORCID: ) Maintainer: Brandon M. Greenwell