|
@@ -117,8 +117,7 @@ def predict():
|
|
"proba": proba,
|
|
"proba": proba,
|
|
"delta": total[0][i]
|
|
"delta": total[0][i]
|
|
}
|
|
}
|
|
- if total[0][i] > total_threshold:
|
|
|
|
- result.append(js)
|
|
|
|
|
|
+ result.append(js)
|
|
end_time = time.perf_counter()
|
|
end_time = time.perf_counter()
|
|
process_time = end_time - start_time
|
|
process_time = end_time - start_time
|
|
print(total[0])
|
|
print(total[0])
|