Skip to content

Commit

Permalink
Update C1_W3_Lab06_Gradient_Descent_Soln.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kaieye authored Jul 9, 2022
1 parent c62a899 commit 0bf8dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source": [
"import copy, math\n",
"import numpy as np\n",
"%matplotlib inline\n",
"%matplotlib widget\n",
"import matplotlib.pyplot as plt\n",
"from lab_utils_common import dlc, plot_data, plt_tumor_data, sigmoid, compute_cost_logistic\n",
"from plt_quad_logistic import plt_quad_logistic, plt_prob\n",
Expand Down

0 comments on commit 0bf8dc3

Please sign in to comment.