Update utils/target_classifier.py
Browse files
utils/target_classifier.py
CHANGED
@@ -22,9 +22,8 @@ def get_target_labels(preds):
|
|
22 |
"""
|
23 |
|
24 |
# Get label names
|
25 |
-
|
26 |
-
st.write(
|
27 |
-
st.write(preds_list)
|
28 |
predictions_names=[]
|
29 |
|
30 |
# loop through each prediction
|
|
|
22 |
"""
|
23 |
|
24 |
# Get label names
|
25 |
+
st.write("preds - utils")
|
26 |
+
st.write(preds[:10])
|
|
|
27 |
predictions_names=[]
|
28 |
|
29 |
# loop through each prediction
|