.. _l-functions: Functions ========= .. contents:: :local: :depth: 1 Summary +++++++ +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | function | class parent | truncated documentation | +==============================================================================================================+==============+=======================================================================================================================+ | :func:`_setup_hook ` | | if this function is added to the module, the help automation and unit tests call it first before anything goes on ... | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`check ` | | Checks the library is working. It raises an exception. If you want to disable the logs: | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`display_treant ` | | Display a chart using `treant-js `_. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`edges2asciitree ` | | Converts a set of edges into a combination of :epkg:`OrderedDict` which can be understood by :epkg:`asciitree`. ... | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`example_cartopy ` | | Draws a map of France with :epkg:`cartopy`. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`example_confidence_interval ` | | Draws pseudo confidence interval for a regression in a :epkg:`matplotlib` graph. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`example_networkx ` | | Example using :epkg:`networkx`. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`example_pydy ` | | Example from the documentation of :epkg:`pydy`. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :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:`make_dataframe ` | | Builds a dataframe from multiple arrays. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :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. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`show_images ` | | Uses :epkg:`matplotlib` to show images. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`timeexec ` | | Measures the time for a given expression. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`unit ` | | Optimizes the rendering of time. | +--------------------------------------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+