.. _f-benchhelper: module ``benchmark.bench_helper`` ================================= Short summary +++++++++++++ module ``pymlbenchmark.benchmark.bench_helper`` Implements a benchmark about performance. :githublink:`%|py|5` Functions +++++++++ +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | function | truncated documentation | +====================================================================================================+==============================================================+ | :func:`bench_pivot ` | Merges all results for one set of parameters in one row. | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`enumerate_options ` | Enumerates all possible options. | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`remove_almost_nan_columns ` | Automatically removes columns with more than 1/3 nan values. | +----------------------------------------------------------------------------------------------------+--------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymlbenchmark.benchmark.bench_helper :members: :special-members: __init__ :show-inheritance: