텍스트 수정
This commit is contained in:
@@ -4487,8 +4487,8 @@
|
||||
"\n",
|
||||
"y_pred = log_clf.predict(X_test_transformed)\n",
|
||||
"\n",
|
||||
"print(\"Precision: {:.2f}%\".format(100 * precision_score(y_test, y_pred)))\n",
|
||||
"print(\"Recall: {:.2f}%\".format(100 * recall_score(y_test, y_pred)))"
|
||||
"print(\"정밀도: {:.2f}%\".format(100 * precision_score(y_test, y_pred)))\n",
|
||||
"print(\"재현율: {:.2f}%\".format(100 * recall_score(y_test, y_pred)))"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user