module onnx_conv.sklconv.transformed_target_regressor#

Short summary#

module mlprodict.onnx_conv.sklconv.transformed_target_regressor

Rewrites some of the converters implemented in sklearn-onnx.

source on GitHub

Functions#

function

truncated documentation

transformer_target_regressor_converter

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX. …

transformer_target_regressor_shape_calculator

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX. …

Documentation#

Rewrites some of the converters implemented in sklearn-onnx.

source on GitHub

mlprodict.onnx_conv.sklconv.transformed_target_regressor.transformer_target_regressor_converter(scope, operator, container)#

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX.

source on GitHub

mlprodict.onnx_conv.sklconv.transformed_target_regressor.transformer_target_regressor_shape_calculator(operator)#

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX.

source on GitHub