thov commited on
Commit
96b8c38
1 Parent(s): 069c3ba

forgot to remove comments

Browse files
Files changed (1) hide show
  1. autoML.py +2 -2
autoML.py CHANGED
@@ -173,7 +173,7 @@ def autoML(csv, task, budget, label, metric_to_minimize_class, metric_to_minimiz
173
 
174
  download_model(automl)
175
 
176
- """
177
  with tab3:
178
  with st.container():
179
  st.subheader('1D Partial Dependance for the three most important features')
@@ -240,7 +240,7 @@ def autoML(csv, task, budget, label, metric_to_minimize_class, metric_to_minimiz
240
 
241
  st.pyplot(display.figure_)
242
 
243
- """
244
  with tab4:
245
 
246
  #df_shap = df_features.sample(n=200, random_state=89)
 
173
 
174
  download_model(automl)
175
 
176
+
177
  with tab3:
178
  with st.container():
179
  st.subheader('1D Partial Dependance for the three most important features')
 
240
 
241
  st.pyplot(display.figure_)
242
 
243
+
244
  with tab4:
245
 
246
  #df_shap = df_features.sample(n=200, random_state=89)