Coverage for mlinsights/metrics/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v6.4.2, created at 2022-08-09 08:45 +0200
« prev ^ index » next coverage.py v6.4.2, created at 2022-08-09 08:45 +0200
1"""
2@file
3@brief Shortcuts to *metrics*.
4"""
6from .correlations import non_linear_correlations
7from .scoring_metrics import r2_score_comparable