add linear regression model initial version

This commit is contained in:
William Jeynes
2026-03-24 12:25:15 +00:00
parent e368c50577
commit 44395bb251
4 changed files with 275 additions and 0 deletions
+2
View File
@@ -63,6 +63,8 @@ def render():
thresh = THRESH
if ("flan" in file_path.name):
thresh = 0.94
if ("regression" in file_path.name):
thresh = 0.7
st.subheader(f"File: {file_path.name}")