We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83dae0 commit 4f1b841Copy full SHA for 4f1b841
code/optional-py-scripts/ch02.py
@@ -410,4 +410,4 @@ def predict(self, X):
410
# plt.savefig('./adaline_5.png', dpi=300)
411
plt.show()
412
413
-ada.partial_fit(X_std[0, :], y[0])
+ada = ada.partial_fit(X_std[0, :], y[0])
0 commit comments