Skip to content

Commit 444ff66

Browse files
committed
add metrics docs
1 parent 04ab700 commit 444ff66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bayesflow/metrics/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
A collection of `keras.Metric <https://keras.io/api/metrics/base_metric/#metric-class>`__\ s for evaluating the performance of models.
3+
"""
4+
15
from . import functional
26
from .maximum_mean_discrepancy import MaximumMeanDiscrepancy
37
from .root_mean_squard_error import RootMeanSquaredError

0 commit comments

Comments
 (0)