.. _f-sklearn2019: module ``talk_examples.sklearn2019`` ==================================== Short summary +++++++++++++ module ``jupytalk.talk_examples.sklearn2019`` Shorten code in notebook :ref:`onnxsklearnconsortiumrst`. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==============================================================================================================+=====================================================================================================================+ | :func:`edges2asciitree ` | Converts a set of edges into a combination of :epkg:`OrderedDict` which can be understood by :epkg:`asciitree`. ... | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`graph_persistence_onnx ` | See :ref:`onnxsklearnconsortiumrst`. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`graph_persistence_pickle ` | See :ref:`onnxsklearnconsortiumrst`. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`graph_persistence_pickle_issues ` | See :ref:`onnxsklearnconsortiumrst`. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`graph_three_components ` | See :ref:`onnxsklearnconsortiumrst`. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`onnx2dotnb ` | Converts an ONNX graph into dot then into :epkg:`RenderJsDot`. See :ref:`onnxsklearnconsortiumrst`. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`onnx2graph ` | Converts an :epkg:`ONNX` model into a readable graph. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`onnx2str ` | Displays the beginning of an ONNX graph. See :ref:`onnxsklearnconsortiumrst`. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`onnxdocstring2html ` | Converts the ONNX documentation into rst. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`profile_fct_graph ` | Returns a graph which profiles the execution of function *fct*. See :ref:`onnxsklearnconsortiumrst`. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | :func:`rename_input_output ` | Renames all input and output of an ONNX file. | +--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: jupytalk.talk_examples.sklearn2019 :members: :special-members: __init__ :show-inheritance: .. _sklearn2019_literal: Code ---- .. literalinclude:: sklearn2019.py