Skip to content

ML.INSPECT.GET_PARAMS

Gets the parameters of the object.

Syntax

ML.INSPECT.GET_PARAMS(obj, transpose)

Arguments

Name Type Default Description
obj object Fitted or unfitted estimator, transformer, or pipeline object (e.g. created by ML.CLASSIFICATION., ML.REGRESSION., ML.PREPROCESSING.*, or ML.PIPELINE).
transpose bool FALSE If TRUE, return parameters in wide format (one column per parameter) instead of long format (one row per parameter).

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.

See also