We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ab700 commit 444ff66Copy full SHA for 444ff66
bayesflow/metrics/__init__.py
@@ -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
+
5
from . import functional
6
from .maximum_mean_discrepancy import MaximumMeanDiscrepancy
7
from .root_mean_squard_error import RootMeanSquaredError
0 commit comments