.. _f-lgbmhelper: module ``onnx_conv.helpers.lgbm_helper`` ======================================== Short summary +++++++++++++ module ``mlprodict.onnx_conv.helpers.lgbm_helper`` Helpers to speed up the conversion of Lightgbm models or transform it. :githublink:`%|py|5` Functions +++++++++ +-----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===========================================================================================================+=====================================================================================================================+ | :func:`dump_booster_model ` | Dumps Booster to JSON format. Parameters ---------- self: booster num_iteration : int or None, optional ... | +-----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`dump_lgbm_booster ` | Dumps a Lightgbm booster into JSON. | +-----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`modify_tree_for_rule_in_set ` | LightGBM produces sometimes a tree with a node set to use rule ``==`` to a set of values (= in set), the values ... | +-----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`restore_lgbm_info ` | Restores speed up information to help modifying the structure of the tree. | +-----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnx_conv.helpers.lgbm_helper :members: :special-members: __init__ :show-inheritance: