.. _f-convxgboost: module ``onnx_conv.operator_converters.conv_xgboost`` ===================================================== .. inheritance-diagram:: mlprodict.onnx_conv.operator_converters.conv_xgboost Short summary +++++++++++++ module ``mlprodict.onnx_conv.operator_converters.conv_xgboost`` Modified converter from `XGBoost.py `_. :githublink:`%|py|7` Classes +++++++ +---------------------------------------------------------------------------------------------------------------+-------------------------------+ | class | truncated documentation | +===============================================================================================================+===============================+ | :class:`XGBClassifierConverter ` | converter for XGBClassifier | +---------------------------------------------------------------------------------------------------------------+-------------------------------+ | :class:`XGBConverter ` | common methods for converters | +---------------------------------------------------------------------------------------------------------------+-------------------------------+ | :class:`XGBRegressorConverter ` | converter class | +---------------------------------------------------------------------------------------------------------------+-------------------------------+ Functions +++++++++ +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +================================================================================================+======================================================================================================================================================================+ | :func:`convert_xgboost ` | This converters reuses the code from `XGBoost.py `_ ... | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Static Methods ++++++++++++++ +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | staticmethod | truncated documentation | +==============================================================================================================================================================+=====================================+ | :py:meth:`_add_node ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_add_node ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_add_node ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_fill_node_attributes ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_fill_node_attributes ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_fill_node_attributes ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_get_default_tree_attribute_pairs ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_get_default_tree_attribute_pairs ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_get_default_tree_attribute_pairs ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_remap_nodeid ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_remap_nodeid ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :py:meth:`_remap_nodeid ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`common_members ` | common to regresssor and classifier | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`common_members ` | common to regresssor and classifier | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`common_members ` | common to regresssor and classifier | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`convert ` | convert method | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`convert ` | converter method | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`fill_tree_attributes ` | fills tree attributes | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`fill_tree_attributes ` | fills tree attributes | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`fill_tree_attributes ` | fills tree attributes | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`get_xgb_params ` | Retrieves parameters of a model. | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`get_xgb_params ` | Retrieves parameters of a model. | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`get_xgb_params ` | Retrieves parameters of a model. | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`validate ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`validate ` | validates the model | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ | :meth:`validate ` | | +--------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnx_conv.operator_converters.conv_xgboost :members: :special-members: __init__ :show-inheritance: