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