Skip to content

Commit

Permalink
Metrics module
Browse files Browse the repository at this point in the history
  • Loading branch information
manfreddiaz committed Mar 12, 2024
1 parent 4ff4108 commit 566187a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/poprank/metrics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from ._base import Metric
from .hamming import Hamming
from .kendall import Kendall

__all__ = [
"Metric", "Hamming", "Kendall"
]

0 comments on commit 566187a

Please sign in to comment.