.. _f-registerz: module ``onnx_conv.scorers.register`` ===================================== .. inheritance-diagram:: mlprodict.onnx_conv.scorers.register Short summary +++++++++++++ module ``mlprodict.onnx_conv.scorers.register`` Registers new converters. :githublink:`%|py|0` Classes +++++++ +---------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=============================================================================================+=============================================================================================================================+ | :class:`CustomScorerTransform ` | Wraps a scoring function into a transformer. Function @see fn register_scorers must be called to register the converter ... | +---------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Functions +++++++++ +----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | function | truncated documentation | +==================================================================================================================================+=======================================================================================+ | :func:`custom_scorer_transform_converter ` | Selects the appropriate converter for a @see cl CustomScorerTransform. | +----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`custom_scorer_transform_parser ` | This function updates the inputs and the outputs for a @see cl CustomScorerTransform. | +----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`custom_scorer_transform_shape_calculator ` | Computes the output shapes for a @see cl CustomScorerTransform. | +----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`empty_shape_calculator ` | Does nothing. | +----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :func:`register_scorers ` | Registers operators for @see cl CustomScorerTransform. | +----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ Properties ++++++++++ +-------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | property | truncated documentation | +=================================================================================================+==================================================================================================================+ | :py:meth:`_repr_html_ ` | HTML representation of estimator. This is redundant with the logic of `_repr_mimebundle_`. The latter should ... | +-------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +===========================================================================================+=========================+ | :py:meth:`__init__ ` | | +-------------------------------------------------------------------------------------------+-------------------------+ | :py:meth:`__repr__ ` | | +-------------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnx_conv.scorers.register :members: :special-members: __init__ :show-inheritance: