mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Replace x0 with x'0 in right side of figure 5-2
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
"plt.plot(X_scaled[:, 0][ys==1], X_scaled[:, 1][ys==1], \"bo\")\n",
|
||||
"plt.plot(X_scaled[:, 0][ys==0], X_scaled[:, 1][ys==0], \"ms\")\n",
|
||||
"plot_svc_decision_boundary(svm_clf, -2, 2)\n",
|
||||
"plt.xlabel(\"$x_0$\", fontsize=20)\n",
|
||||
"plt.xlabel(\"$x'_0$\", fontsize=20)\n",
|
||||
"plt.ylabel(\"$x'_1$ \", fontsize=20, rotation=0)\n",
|
||||
"plt.title(\"Scaled\", fontsize=16)\n",
|
||||
"plt.axis([-2, 2, -2, 2])\n",
|
||||
|
||||
Reference in New Issue
Block a user