Learn R Programming

ebm (version 0.1.0)

as.ebm: Coerce to an EBM object

Description

If possible, coerces its input to an ebm object.

Usage

as.ebm(x, ...)

Value

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

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