Polos-Demo / polos /metrics /__init__.py
yuwd's picture
init
03f6091
raw
history blame
197 Bytes
from .regression_metrics import RegressionReport, Kendall, Pearson, Spearman
from .ranking_metrics import WMTKendall
__all__ = ["RegressionReport", "Kendall", "Pearson", "Spearman", "WMTKendall"]