首次提交本地代码
This commit is contained in:
10
evaluation/template.py
Normal file
10
evaluation/template.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
def evaluate(y_true: [int], y_pred: [int]) -> float:
|
||||
"""
|
||||
评估方法
|
||||
:param y_true: 真实标签
|
||||
:param y_pred: 检测标签
|
||||
:return: 分数,float类型
|
||||
"""
|
||||
return 0.0
|
||||
Reference in New Issue
Block a user