Increase dropout on regression model to cut down on overfitting

This commit is contained in:
William Jeynes
2026-03-24 13:16:18 +00:00
parent 44395bb251
commit 8c1e35f66f
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ def render():
if ("flan" in file_path.name):
thresh = 0.94
if ("regression" in file_path.name):
thresh = 0.7
thresh = 0.75
st.subheader(f"File: {file_path.name}")