Make an ensemble model to combine scores together (very high accuracy)

This commit is contained in:
William Jeynes
2026-03-24 15:50:41 +00:00
parent 87fccb7e2b
commit 5ce64290ce
4 changed files with 248 additions and 5 deletions
+4
View File
@@ -65,6 +65,10 @@ def render():
thresh = 0.94
if ("regression" in file_path.name):
thresh = 0.75
if ("ensemble" in file_path.name):
thresh = 0.1
if ("ensemble" in file_path.name and "2" in file_path.name):
thresh = 0.4
st.subheader(f"File: {file_path.name}")