Rename logscoremetric.py to logmetric.py
Browse files
logscoremetric.py → logmetric.py
RENAMED
@@ -63,7 +63,7 @@ BAD_WORDS_URL = "http://url/to/external/resource/bad_words.txt"
|
|
63 |
|
64 |
|
65 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
66 |
-
class
|
67 |
"""TODO: Short description of my evaluation module."""
|
68 |
|
69 |
# Constant regex to get timestrings
|
|
|
63 |
|
64 |
|
65 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
66 |
+
class LogMetric(evaluate.Metric):
|
67 |
"""TODO: Short description of my evaluation module."""
|
68 |
|
69 |
# Constant regex to get timestrings
|