Update utils/target_classifier.py
Browse files
utils/target_classifier.py
CHANGED
@@ -22,8 +22,6 @@ def get_target_labels(preds):
|
|
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
|
|
|
22 |
"""
|
23 |
|
24 |
# Get label names
|
|
|
|
|
25 |
predictions_names=[]
|
26 |
|
27 |
# loop through each prediction
|