Closed NitinAggarwal1 closed 11 months ago
Hi Nitin
The existing metrics are mostly computed at k. Do you have a specific metric in mind? You can also consider applying a threshold (t) as follows:
pred.data[pred.data < t] = 0
pred.eliminate_zeros()
While using fast_evaluate examples , we have a method to specify K and it will output the metrics.
This internally calls for Top K method to build out the metrics report .