Thank you for the reply.
I tried that, I am trying to do this.
The context is I am trying to find mapk ( k = 3 ) for this list.
A, B , C, D and E are product names.
If I am trying manually I will do something like this.
TRUTH = [[A], [B,C], [A], [D,E]]
and if my prediction is :
PRED=[[B,A, D], [A,C,B], [A,B,C], [B,D,E]]
map3(truth, pred, 3)
How do I convert my input truth values in the TRUTH format.
Should I be looking for "boolean indexing" for this case.
idABCDE
10010000
10101100
10210000
10300011
''')
--
https://mail.python.org/mailman/listinfo/python-list