fix bug
Browse files
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 |
|