thov commited on
Commit
ddce92b
1 Parent(s): ac217e8
Files changed (1) hide show
  1. autoML.py +0 -2
autoML.py CHANGED
@@ -169,8 +169,6 @@ def autoML(csv, task, budget, label, metric_to_minimize_class, metric_to_minimiz
169
  with tab3:
170
  with st.container():
171
  st.subheader('1D Partial Dependance for the three most important features')
172
- st.write(len(set(y)))
173
- st.write(set(y))
174
 
175
  l_col_1D = list(st.columns((1,1,1)))
176
 
 
169
  with tab3:
170
  with st.container():
171
  st.subheader('1D Partial Dependance for the three most important features')
 
 
172
 
173
  l_col_1D = list(st.columns((1,1,1)))
174