.. _f-validate: module ``cli.validate`` ======================= Short summary +++++++++++++ module ``mlprodict.cli.validate`` Command line about validation of prediction runtime. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================+=========================================================================================================================================+ | :func:`_finalize ` | | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`_validate_runtime_dict ` | | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`_validate_runtime_separate_process ` | | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`benchmark_doc ` | Runs the benchmark published into the documentation (see :ref:`l-onnx-bench-onnxruntime1` and :ref:`l-onnx-bench-python_compiled`). ... | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`latency ` | Measures the latency of a model (python API). | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`validate_runtime ` | Walks through most of :epkg:`scikit-learn` operators or model or predictor or transformer, tries to convert them ... | +--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.cli.validate :members: :special-members: __init__ :show-inheritance: