Skip to content

Commit

Permalink
노트북 재실행
Browse files Browse the repository at this point in the history
  • Loading branch information
rickiepark committed Jun 5, 2021
1 parent 48def06 commit 1ab7572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified images/bmlpa_figures/ch07-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions notebooks/comparing_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,7 @@
}
],
"source": [
"get_calibration_plot(clf1_predicted_proba[:,1], y_test, figsize=(10, 8))\n",
"plt.savefig('../images/bmlpa_figures/ch07-3.png', dpi=300)"
"get_calibration_plot(clf1_predicted_proba[:,1], y_test, figsize=(10, 8))"
]
},
{
Expand Down Expand Up @@ -507,7 +506,8 @@
}
],
"source": [
"get_calibration_plot(clf2_predicted_proba[:,1], y_test, figsize=(10, 8))"
"get_calibration_plot(clf2_predicted_proba[:,1], y_test, figsize=(10, 8))\n",
"plt.savefig('../images/bmlpa_figures/ch07-3.png', dpi=300)"
]
},
{
Expand Down

0 comments on commit 1ab7572

Please sign in to comment.