Séparation Front/Back #11

Open
hugo.pradier2 wants to merge 3 commits from separation into main
4 changed files with 5 additions and 2 deletions
Showing only changes of commit 15e1674cb2 - Show all commits
View File
View File
+3
View File
@@ -1,4 +1,7 @@
import streamlit as st
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../../backend')))
from normstrategy import MVStrategy, ScalingStrategy, KNNStrategy
if "data" in st.session_state: