.. _f-treedigitize: module ``mltree.tree_digitize`` =============================== Short summary +++++++++++++ module ``mlinsights.mltree.tree_digitize`` Helpers to investigate a tree structure. Functions +++++++++ +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=======================================================================+============================================================================================================================================+ | :func:`digitize2tree ` | Builds a decision tree which returns the same result as `lambda x: numpy.digitize(x, bins, right=right)` (see :epkg:`numpy:digitize`). ... | +-----------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlinsights.mltree.tree_digitize :members: :special-members: __init__ :show-inheritance: