Skip to content

Commit d745cf3

Browse files
anuprulezbgruening
andauthored
Update tools/tabpfn/main.py
Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
1 parent 504325f commit d745cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tabpfn/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def classification_plot(y_true, y_scores, m_name):
5959
recall, precision, linestyle="--", color="black", label="Micro-average"
6060
)
6161
plt.title(
62-
"{}: Precision-Recall Curve (Multiclass Classification)".format(m_name)
62+
f "{m_name}: Precision-Recall Curve (Multiclass Classification)"
6363
)
6464
plt.xlabel("Recall")
6565
plt.ylabel("Precision")

0 commit comments

Comments
 (0)