Skip to content

Commit

Permalink
added mre and refereces for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AtrCheema committed May 9, 2024
1 parent 04551e0 commit 8f73aa8
Show file tree
Hide file tree
Showing 6 changed files with 4,298 additions and 207 deletions.
4 changes: 2 additions & 2 deletions SeqMetrics/__init__.py
Expand Up @@ -58,12 +58,11 @@
from ._rgr import calculate_hydro_metrics
from ._rgr import JS
from ._rgr import kendaull_tau
from ._rgr import kgeprime_c2m
from ._rgr import kgeprime_bound
from ._rgr import kgenp_bound
from ._rgr import kl_sym
from ._rgr import lm_index
from ._rgr import maape
from ._rgr import mbe
from ._rgr import mbrae
from ._rgr import max_error
from ._rgr import mb_r
Expand Down Expand Up @@ -125,6 +124,7 @@
from ._rgr import log_cosh_error
from ._rgr import minkowski_distance
from ._rgr import tweedie_deviance_score
from ._rgr import mre


from ._cls import f1_score
Expand Down

0 comments on commit 8f73aa8

Please sign in to comment.