首次提交本地代码

This commit is contained in:
zyq
2023-05-25 15:30:02 +08:00
parent 0ead9d742b
commit 2236622f33
27 changed files with 453475 additions and 0 deletions

10
evaluation/template.py Normal file
View 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