Skip to contents

Function returns the definition of an argument. Please note that only definitions of arguments can be requested which are used for transformers or classifier models.

Usage

get_param_def(param_name)

Arguments

param_name

string Name of the parameter to request its definition.

Value

Returns a list with the definition of the argument. See get_param_dict for more details.