leavoigt commited on
Commit
2d34756
1 Parent(s): 5dd4c5e

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +4 -1
appStore/target.py CHANGED
@@ -63,8 +63,11 @@ def app():
63
 
64
  # Load the classifier model
65
  classifier = load_targetClassifier(classifier_name=params['model_name'])
 
 
66
  st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
67
-
 
68
  # test
69
  if "target_classifier" not in st.session_state:
70
  st.write("target classifier not saved :(")
 
63
 
64
  # Load the classifier model
65
  classifier = load_targetClassifier(classifier_name=params['model_name'])
66
+ st.write("classifier")
67
+ st.write(classifier)
68
  st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
69
+ st.write("classifier identifier")
70
+ st.write(classifier_identifier)
71
  # test
72
  if "target_classifier" not in st.session_state:
73
  st.write("target classifier not saved :(")