Advertisement
crobots

Untitled

Apr 18th, 2021
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. plt.plot(recall,precision)
  2.     plt.title("curva precision-recall")
  3.     plt.xlabel("recall")
  4.     plt.ylabel("precision")
  5.     plt.grid()
  6.     plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement