.. _f-treeconverters: module ``onnx_conv.sklconv.tree_converters`` ============================================ Short summary +++++++++++++ module ``mlprodict.onnx_conv.sklconv.tree_converters`` Rewrites some of the converters implemented in :epkg:`sklearn-onnx`. :githublink:`%|py|6` Functions +++++++++ +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=========================================================================================================================================================+========================================================================================================+ | :func:`_fix_tree_ensemble ` | | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`_fix_tree_ensemble_node ` | Fixes a node for old versionsof skl2onnx. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`_op_type_domain_classifier ` | Defines *op_type* and *op_domain* based on `dtype`. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`_op_type_domain_regressor ` | Defines *op_type* and *op_domain* based on `dtype`. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`new_convert_sklearn_decision_tree_classifier ` | Rewrites the converters implemented in :epkg:`sklearn-onnx` to support an operator supporting doubles. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`new_convert_sklearn_decision_tree_regressor ` | Rewrites the converters implemented in :epkg:`sklearn-onnx` to support an operator supporting doubles. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`new_convert_sklearn_gradient_boosting_classifier ` | Rewrites the converters implemented in :epkg:`sklearn-onnx` to support an operator supporting doubles. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`new_convert_sklearn_gradient_boosting_regressor ` | Rewrites the converters implemented in :epkg:`sklearn-onnx` to support an operator supporting doubles. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`new_convert_sklearn_random_forest_classifier ` | Rewrites the converters implemented in :epkg:`sklearn-onnx` to support an operator supporting doubles. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ | :func:`new_convert_sklearn_random_forest_regressor ` | Rewrites the converters implemented in :epkg:`sklearn-onnx` to support an operator supporting doubles. | +---------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnx_conv.sklconv.tree_converters :members: :special-members: __init__ :show-inheritance: