소스 검색

Update comment

dk 1 년 전
부모
커밋
5a03b49118
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/validation.py

+ 1 - 1
backend/validation.py

@@ -1,6 +1,6 @@
 '''
 模型模拟在线测试脚本
-数据两折分割,1折训练模型,1折按照在线模式测试:decison AUC + event f1-score
+在线模式测试:event f1-score and decision trace
 '''
 import numpy as np
 import matplotlib.pyplot as plt