{"id":3027,"date":"2023-07-19T13:46:31","date_gmt":"2023-07-19T13:46:31","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/"},"modified":"2023-07-19T13:46:31","modified_gmt":"2023-07-19T13:46:31","slug":"%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/","title":{"rendered":"Python\uc5d0\uc11c \uc5ec\ub7ec roc \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\uae30\uacc4 \ud559\uc2b5\uc5d0\uc11c <a href=\"https:\/\/statorials.org\/ko\/\u1112\u116c\u1100\u1171-\u1103\u1162-\u1107\u116e\u11ab\u1105\u1172\/\" target=\"_blank\" rel=\"noopener\">\ubd84\ub958 \ubaa8\ub378<\/a> \uc758 \uc131\ub2a5\uc744 \uc2dc\uac01\ud654\ud558\ub294 \ud55c \uac00\uc9c0 \ubc29\ubc95\uc740 &#8220;\uc218\uc2e0\uae30 \uc791\ub3d9 \ud2b9\uc131&#8221; \uace1\uc120\uc744 \ub098\ud0c0\ub0b4\ub294 <strong>ROC \uace1\uc120\uc744<\/strong> \ub9cc\ub4dc\ub294 \uac83\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc885\uc885 \uc5ec\ub7ec \ubd84\ub958 \ubaa8\ub378\uc744 \ub2e8\uc77c \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \ub9de\ucd94\uace0 \uac01 \ubaa8\ub378\uc5d0 \ub300\ud55c ROC \uace1\uc120\uc744 \ub9cc\ub4e4\uc5b4 \uc5b4\ub5a4 \ubaa8\ub378\uc774 \ub370\uc774\ud130\uc5d0\uc11c \uac00\uc7a5 \uc798 \uc791\ub3d9\ud558\ub294\uc9c0 \uc2dc\uac01\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ub2e8\uacc4\ubcc4 \uc608\uc81c\uc5d0\uc11c\ub294 Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>1\ub2e8\uacc4: \ud544\uc694\ud55c \ud328\ud0a4\uc9c0 \uac00\uc838\uc624\uae30<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uba3c\uc800, \uba87 \uac00\uc9c0 \ud544\uc218 \ud328\ud0a4\uc9c0\ub97c Python\uc73c\ub85c \uac00\uc838\uc635\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008000;\">from<\/span> sklearn <span style=\"color: #008000;\">import<\/span> metrics\n<span style=\"color: #008000;\">from<\/span> sklearn <span style=\"color: #008000;\">import<\/span> datasets\n<span style=\"color: #008000;\">from<\/span> sklearn. <span style=\"color: #3366ff;\">model_selection<\/span> <span style=\"color: #008000;\">import<\/span> train_test_split\n<span style=\"color: #008000;\">from<\/span> sklearn. <span style=\"color: #3366ff;\">linear_model<\/span> <span style=\"color: #008000;\">import<\/span> LogisticRegression\n<span style=\"color: #008000;\">from<\/span> sklearn. <span style=\"color: #3366ff;\">set<\/span> <span style=\"color: #008000;\">import<\/span> GradientBoostingClassifier\n<span style=\"color: #008000;\">import<\/span> numpy <span style=\"color: #008000;\">as<\/span> np\n<span style=\"color: #008000;\">import<\/span> matplotlib. <span style=\"color: #3366ff;\">pyplot<\/span> <span style=\"color: #008000;\">as<\/span> plt\n<\/strong><\/span><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \uac00\uc9dc \ub370\uc774\ud130 \uc0dd\uc131<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uc73c\ub85c sklearn\uc758 <a href=\"https:\/\/scikit-learn.org\/stable\/modules\/generated\/sklearn.datasets.make_classification.html\" target=\"_blank\" rel=\"noopener\">make_classification()<\/a> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec 1000\uac1c\uc758 \ud589, 4\uac1c\uc758 \uc608\uce21 \ubcc0\uc218 \ubc0f \uc774\uc9c4 \uc751\ub2f5 \ubcc0\uc218\uac00 \uc788\ub294 \uac00\uc9dc \ub370\uc774\ud130 \uc138\ud2b8\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#create fake dataset\n<\/span>X, y = datasets. <span style=\"color: #3366ff;\">make_classification<\/span> (n_samples= <span style=\"color: #008000;\">1000<\/span> ,\n                                    n_features= <span style=\"color: #008000;\">4<\/span> ,\n                                    n_informative= <span style=\"color: #008000;\">3<\/span> ,\n                                    n_redundant= <span style=\"color: #008000;\">1<\/span> ,\n                                    random_state= <span style=\"color: #008000;\">0<\/span> )\n\n<span style=\"color: #008080;\">#split dataset into training and testing set\n<\/span>X_train, X_test, y_train, y_test = train_test_split(X, y, test_size= <span style=\"color: #008000;\">.3<\/span> , random_state= <span style=\"color: #008000;\">0<\/span> )<\/strong><\/span><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>3\ub2e8\uacc4: \uc5ec\ub7ec \ubaa8\ub378\uc744 \ud53c\ud305\ud558\uace0 ROC \uace1\uc120 \uadf8\ub9ac\uae30<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c\uc73c\ub85c, \ub85c\uc9c0\uc2a4\ud2f1 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\uc6a9\ud55c \ub2e4\uc74c \uacbd\uc0ac \uac15\ud654 \ubaa8\ub378\uc744 \ub370\uc774\ud130\uc5d0 \uc801\uc6a9\ud558\uace0 \ub3d9\uc77c\ud55c \ud50c\ub86f\uc5d0 \uac01 \ubaa8\ub378\uc5d0 \ub300\ud55c ROC \uace1\uc120\uc744 \uadf8\ub9bd\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#set up plotting area\n<\/span>plt. <span style=\"color: #3366ff;\">Figure<\/span> (0). <span style=\"color: #3366ff;\">clf<\/span> ()\n\n<span style=\"color: #008080;\">#fit logistic regression model and plot ROC curve\n<\/span>model = LogisticRegression()\nmodel. <span style=\"color: #3366ff;\">fit<\/span> (X_train, y_train)\ny_pred = model. <span style=\"color: #3366ff;\">predict_proba<\/span> (X_test)[:, 1]\nfpr, tpr, _ = metrics. <span style=\"color: #3366ff;\">roc_curve<\/span> (y_test, y_pred)\nauc = round(metrics. <span style=\"color: #3366ff;\">roc_auc_score<\/span> (y_test, y_pred), 4)\nplt. <span style=\"color: #3366ff;\">plot<\/span> (fpr,tpr,label=\"Logistic Regression, AUC=\"+str(auc))\n\n<span style=\"color: #008080;\">#fit gradient boosted model and plot ROC curve\n<\/span>model = GradientBoostingClassifier()\nmodel. <span style=\"color: #3366ff;\">fit<\/span> (X_train, y_train)\ny_pred = model. <span style=\"color: #3366ff;\">predict_proba<\/span> (X_test)[:, 1]\nfpr, tpr, _ = metrics. <span style=\"color: #3366ff;\">roc_curve<\/span> (y_test, y_pred)\nauc = round(metrics. <span style=\"color: #3366ff;\">roc_auc_score<\/span> (y_test, y_pred), 4)\nplt. <span style=\"color: #3366ff;\">plot<\/span> (fpr,tpr,label=\"Gradient Boosting, AUC=\"+str(auc))\n\n<span style=\"color: #008080;\">#add legend\n<\/span>plt. <span style=\"color: #3366ff;\">legend<\/span> ()<\/strong><\/span> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-26069\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/multipleroc1.jpg\" alt=\"Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9bd\ub2c8\ub2e4.\" width=\"548\" height=\"371\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ud30c\ub780\uc0c9 \uc120\uc740 \ub85c\uc9c0\uc2a4\ud2f1 \ud68c\uadc0 \ubaa8\ub378\uc758 ROC \uace1\uc120\uc744 \ub098\ud0c0\ub0b4\uace0 \uc8fc\ud669\uc0c9 \uc120\uc740 \uadf8\ub798\ub514\uc5b8\ud2b8 \ubd80\uc2a4\ud305 \ubaa8\ub378\uc758 ROC \uace1\uc120\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">ROC \uace1\uc120\uc774 \ud50c\ub86f\uc758 \uc67c\ucabd \uc0c1\ub2e8 \ubaa8\uc11c\ub9ac\uc5d0 \uac00\uae4c\uc6b8\uc218\ub85d \ubaa8\ub378\uc774 \ub370\uc774\ud130\ub97c \ubc94\uc8fc\ub85c \ub354 \uc798 \ubd84\ub958\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub97c \uc815\ub7c9\ud654\ud558\uae30 \uc704\ud574 \uace1\uc120 \uc544\ub798\uc5d0 \uc788\ub294 \ud50c\ub86f\uc758 \uc591\uc744 \uc54c\ub824\uc8fc\ub294 AUC(\uace1\uc120 \uc544\ub798 \uc601\uc5ed)\ub97c \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">AUC\uac00 1\uc5d0 \uac00\uae4c\uc6b8\uc218\ub85d \ubaa8\ub378\uc774 \ub354 \uc88b\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ucc28\ud2b8\uc5d0\uc11c \uac01 \ubaa8\ub378\uc5d0 \ub300\ud55c \ub2e4\uc74c AUC \uce21\uc815\ud56d\ubaa9\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ub85c\uc9c0\uc2a4\ud2f1 \ud68c\uadc0 \ubaa8\ub378\uc758 AUC: <strong>0.7902<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\">\uacbd\uc0ac \uac15\ud654 \ubaa8\ub378\uc758 AUC: <strong>0.9712<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ubd84\uba85\ud788 \uacbd\uc0ac \uac15\ud654 \ubaa8\ub378\uc740 \ub85c\uc9c0\uc2a4\ud2f1 \ud68c\uadc0 \ubaa8\ub378\ubcf4\ub2e4 \ub370\uc774\ud130\ub97c \ubc94\uc8fc\ub85c \ubd84\ub958\ud558\ub294 \ub370 \ub354 \uc131\uacf5\uc801\uc785\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc790\uc2b5\uc11c\uc5d0\uc11c\ub294 \ubd84\ub958 \ubaa8\ub378 \ubc0f ROC \uace1\uc120\uc5d0 \ub300\ud55c \ucd94\uac00 \uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/\u1105\u1169\u110c\u1175\u1109\u1173\u1110\u1175\u11a8-\u1112\u116c\u1100\u1171-1\/\" target=\"_blank\" rel=\"noopener\">\ub85c\uc9c0\uc2a4\ud2f1 \ud68c\uadc0 \uc18c\uac1c<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u110b\u1161\u11b7\u1109\u1165\u11a8-\u1100\u1169\u11a8\u1109\u1165\u11ab\u110b\u1173\u11af-\u1112\u1162\u1109\u1165\u11a8\u1112\u1161\u1103\u1161\/\" target=\"_blank\" rel=\"noopener\">ROC \uace1\uc120\uc744 \ud574\uc11d\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\" target=\"_blank\" rel=\"noopener\">\uc88b\uc740 AUC \uc810\uc218\ub294 \ubb34\uc5c7\uc785\ub2c8\uae4c?<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uae30\uacc4 \ud559\uc2b5\uc5d0\uc11c \ubd84\ub958 \ubaa8\ub378 \uc758 \uc131\ub2a5\uc744 \uc2dc\uac01\ud654\ud558\ub294 \ud55c \uac00\uc9c0 \ubc29\ubc95\uc740 &#8220;\uc218\uc2e0\uae30 \uc791\ub3d9 \ud2b9\uc131&#8221; \uace1\uc120\uc744 \ub098\ud0c0\ub0b4\ub294 ROC \uace1\uc120\uc744 \ub9cc\ub4dc\ub294 \uac83\uc785\ub2c8\ub2e4. \uc885\uc885 \uc5ec\ub7ec \ubd84\ub958 \ubaa8\ub378\uc744 \ub2e8\uc77c \ub370\uc774\ud130 \uc138\ud2b8\uc5d0 \ub9de\ucd94\uace0 \uac01 \ubaa8\ub378\uc5d0 \ub300\ud55c ROC \uace1\uc120\uc744 \ub9cc\ub4e4\uc5b4 \uc5b4\ub5a4 \ubaa8\ub378\uc774 \ub370\uc774\ud130\uc5d0\uc11c \uac00\uc7a5 \uc798 \uc791\ub3d9\ud558\ub294\uc9c0 \uc2dc\uac01\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \ub2e8\uacc4\ubcc4 \uc608\uc81c\uc5d0\uc11c\ub294 Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. 1\ub2e8\uacc4: \ud544\uc694\ud55c \ud328\ud0a4\uc9c0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-3027","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc804\uccb4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/\u110b\u1167\u1105\u1165-\u1100\u1169\u11a8\u1109\u1165\u11ab-\u1100\u1173\u1105\u1175\u1100\u1175-roc-python\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc804\uccb4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u110b\u1167\u1105\u1165-\u1100\u1169\u11a8\u1109\u1165\u11ab-\u1100\u1173\u1105\u1175\u1100\u1175-roc-python\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-19T13:46:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/multipleroc1.jpg\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/\",\"name\":\"Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-19T13:46:31+00:00\",\"dateModified\":\"2023-07-19T13:46:31+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc804\uccb4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python\uc5d0\uc11c \uc5ec\ub7ec roc \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc804\uccb4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/\u110b\u1167\u1105\u1165-\u1100\u1169\u11a8\u1109\u1165\u11ab-\u1100\u1173\u1105\u1175\u1100\u1175-roc-python\/","og_locale":"ko_KR","og_type":"article","og_title":"Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc804\uccb4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u110b\u1167\u1105\u1165-\u1100\u1169\u11a8\u1109\u1165\u11ab-\u1100\u1173\u1105\u1175\u1100\u1175-roc-python\/","og_site_name":"Statorials","article_published_time":"2023-07-19T13:46:31+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/multipleroc1.jpg"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/","url":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/","name":"Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - \ud1b5\uacc4","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-19T13:46:31+00:00","dateModified":"2023-07-19T13:46:31+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc804\uccb4 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec Python\uc5d0\uc11c \uc5ec\ub7ec ROC \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a7%e1%84%85%e1%85%a5-%e1%84%80%e1%85%a9%e1%86%a8%e1%84%89%e1%85%a5%e1%86%ab-%e1%84%80%e1%85%b3%e1%84%85%e1%85%b5%e1%84%80%e1%85%b5-roc-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Python\uc5d0\uc11c \uc5ec\ub7ec roc \uace1\uc120\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3027","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=3027"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3027\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3027"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3027"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3027"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}