1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 22:36:55 +08:00
This commit is contained in:
wangwenxi.handsome
2021-07-23 09:33:04 +00:00
parent 9e6f4ec578
commit a8ea66b83e

View File

@@ -159,8 +159,7 @@ class BaseSingleMetric:
raise NotImplementedError(f"Please implement the `mean` method") raise NotImplementedError(f"Please implement the `mean` method")
def count(self) -> int: def count(self) -> int:
"""Return the count of the single metric, NaN is not included. """Return the count of the single metric, NaN is not included."""
"""
raise NotImplementedError(f"Please implement the `count` method") raise NotImplementedError(f"Please implement the `count` method")