Skip to content

Symmetric Metrics are not in [0, 1] #68

@Ceyron

Description

@Ceyron

MWE:

In [1]: import exponax as ex

In [2]: import jax

In [3]: a = jax.random.normal(jax.random.key(0), (2, 1, 100))

In [4]: ex.metrics.sRMSE(a[0], a[1])
Out[4]: Array(1.5277674, dtype=float32)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions