Skip to content

Commit 184b845

Browse files
Correct axis labelling in chapter two
1 parent f8b6edf commit 184b845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-supervised-learning.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2819,7 +2819,7 @@
28192819
"\n",
28202820
"ax.set_xlabel(\"feature0\")\n",
28212821
"ax.set_ylabel(\"feature1\")\n",
2822-
"ax.set_zlabel(\"feature0 ** 2\")"
2822+
"ax.set_zlabel(\"feature1 ** 2\")"
28232823
]
28242824
},
28252825
{

0 commit comments

Comments
 (0)