.. _l-classes: Classes ======= .. contents:: :local: :depth: 1 Summary +++++++ +-------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------+ | class | class parent | truncated documentation | +=======================================================================================================================================================+==============+===========================================================================================================================+ | :class:`BenchPerf ` | | Factorizes code to compare two implementations. See example :ref:`l-bench-slk-poly`. | +-------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------+ | :class:`BenchPerfTest ` | | Defines a bench perf test. See example :ref:`l-bench-slk-poly`. | +-------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------+ | :class:`OnnxRuntimeBenchPerfTest ` | | Specific test to compare computing time predictions with :epkg:`scikit-learn` and :epkg:`onnxruntime`. See example ... | +-------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------+ | :class:`OnnxRuntimeBenchPerfTestBinaryClassification ` | | Specific test to compare computing time predictions with :epkg:`scikit-learn` and :epkg:`onnxruntime` for a binary ... | +-------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------+ | :class:`OnnxRuntimeBenchPerfTestRegression ` | | Specific test to compare computing time predictions with :epkg:`scikit-learn` and :epkg:`onnxruntime` for a binary ... | +-------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------+ | :class:`ProfilerCall ` | | Runs a profiler on a specific call. It can use either :epkg:`pyinstrument`, either :epkg:`cProfile`. The first module ... | +-------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------+