module onnxrt.ops_cpu.op_one_hot_encoder#

Inheritance diagram of mlprodict.onnxrt.ops_cpu.op_one_hot_encoder

Short summary#

module mlprodict.onnxrt.ops_cpu.op_one_hot_encoder

Runtime operator.

source on GitHub

Classes#

class

truncated documentation

OneHotEncoder

ONNX specifications does not mention the possibility to change the output type, sparse, dense, float, double. …

Properties#

property

truncated documentation

args_default

Returns the list of arguments as well as the list of parameters with the default values (close to the signature). …

args_default_modified

Returns the list of modified parameters.

args_mandatory

Returns the list of optional arguments.

args_optional

Returns the list of optional arguments.

atts_value

Returns all parameters in a dictionary.

Methods#

method

truncated documentation

__init__

_run

Documentation#

Runtime operator.

source on GitHub

class mlprodict.onnxrt.ops_cpu.op_one_hot_encoder.OneHotEncoder(onnx_node, desc=None, **options)#

Bases: OpRun

ONNX specifications does not mention the possibility to change the output type, sparse, dense, float, double.

source on GitHub

__init__(onnx_node, desc=None, **options)#
_run(x, attributes=None, verbose=0, fLOG=None)#

Should be overwritten.

source on GitHub