as.ebm: Coerce to an EBM object

View source: R/as.ebm.R

as.ebmR Documentation

Coerce to an EBM object

Description

If possible, coerces its input to an ebm object.

Usage

as.ebm(x, ...)

Arguments

x

An object that inherits from class "interpret.glassbox._ebm._ebm.ExplainableBoostingClassifier" or "interpret.glassbox._ebm._ebm.ExplainableBoostingRegressor". For instance, the result of calling fit$copy() where fit is a fitted ebm() object.

...

Additional optional arguments. (Currently ignored.)

Value

An ebm object that can be used with the associated methods plot() and so forth.


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