add majority voting

This commit is contained in:
William Jeynes
2026-03-24 16:50:41 +00:00
parent 5ce64290ce
commit 80bc151379
2 changed files with 19 additions and 2 deletions
+2
View File
@@ -69,6 +69,8 @@ def render():
thresh = 0.1
if ("ensemble" in file_path.name and "2" in file_path.name):
thresh = 0.4
if ("ensemble" in file_path.name and "vot" in file_path.name):
thresh = 0.7
st.subheader(f"File: {file_path.name}")