.. _f-scoringmetrics: module ``metrics.scoring_metrics`` ================================== Short summary +++++++++++++ module ``mlinsights.metrics.scoring_metrics`` Metrics to compare machine learning. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+ | function | truncated documentation | +======================================================================================+==============================================================================================+ | :func:`comparable_metric ` | Applies function on either the true target or/and the predictions before computing r2 score. | +--------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+ | :func:`r2_score_comparable ` | Applies function on either the true target or/and the predictions before computing r2 score. | +--------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlinsights.metrics.scoring_metrics :members: :special-members: __init__ :show-inheritance: