.. _f-classification: module ``metrics.classification`` ================================= Short summary +++++++++++++ module ``lightmlboard.metrics.classification`` Metrics about regressions. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=======================================================================================+==========================================================================================================================+ | :func:`is_vector ` | Tells if an array is a vector. | +---------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`multi_label_jaccard ` | Applies to a multi-label classification problem. Computes the average Jaccard index between two sequences of sets ... | +---------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`reshape ` | Reshape the expected values and predictions. | +---------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`roc_auc_score_macro ` | Computes `roc_auc_score `_ with ... | +---------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`roc_auc_score_micro ` | Computes `roc_auc_score `_ with ... | +---------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlboard.metrics.classification :members: :special-members: __init__ :show-inheritance: