-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
🚀 Feature
TODO: PR Curve Autoplot on training finish. See #853 (comment)
Lines 295 to 304 in 9eae82e
# Plot | |
# fig, ax = plt.subplots(1, 1, figsize=(5, 5)) | |
# ax.plot(recall, precision) | |
# ax.set_xlabel('Recall') | |
# ax.set_ylabel('Precision') | |
# ax.set_xlim(0, 1.01) | |
# ax.set_ylim(0, 1.01) | |
# fig.tight_layout() | |
# fig.savefig('PR_curve.png', dpi=300) | |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request