install_interpret {ebm} | R Documentation |
Install interpret
Description
This function will install interpret along with all of its dependencies.
Usage
install_interpret(
envname = "r-ebm",
...,
extra_packages = c("plotly>=3.8.1"),
python_version = ">=3.9,<=3.12",
restart_session = TRUE
)
Arguments
envname |
Name of or path to a Python virtual environment. |
... |
Additional optional arguments. (Currently ignored.) |
extra_packages |
Additional Python packages to install alongside interpret. |
python_version |
Passed on to virtualenv_starter(). |
restart_session |
Whether to restart the R session after installing (note this will only occur within RStudio). |
Value
No return value, called for side effects.
[Package ebm version 0.1.0 Index]