.. _f-visualize: module ``plotting.visualize`` ============================= Short summary +++++++++++++ module ``mlinsights.plotting.visualize`` Helpers to visualize a pipeline. :githublink:`%|py|5` Functions +++++++++ +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=======================================================================+============================================================================================================+ | :func:`_pipeline_info ` | Internal function to convert a pipeline into some graph. | +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+ | :func:`pipeline2dot ` | Exports a *scikit-learn* pipeline to :epkg:`DOT` language. See :ref:`visualizepipelinerst` for an example. | +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+ | :func:`pipeline2str ` | Exports a *scikit-learn* pipeline to text. | +-----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlinsights.plotting.visualize :members: :special-members: __init__ :show-inheritance: