Skip to content

Commit

Permalink
Change 'my_feature' to 'feature' to make it referenced locally. (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgoldby authored Aug 23, 2021
1 parent d03e8fe commit af4796e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
" # at coordinates (x0, y0) and ends at coordinates (x1, y1).\n",
" x0 = 0\n",
" y0 = trained_bias\n",
" x1 = my_feature[-1]\n",
" x1 = feature[-1]\n",
" y1 = trained_bias + (trained_weight * x1)\n",
" plt.plot([x0, x1], [y0, y1], c='r')\n",
"\n",
Expand Down

0 comments on commit af4796e

Please # to comment.