Skip to content

Commit

Permalink
standardized data ch03
Browse files Browse the repository at this point in the history
rasbt committed May 22, 2020
1 parent 54d14eb commit 39f66b2
Showing 3 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions ch03/ch03.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch03/ch03.py
Original file line number Diff line number Diff line change
@@ -363,7 +363,7 @@ def predict(self, X):



X_train_01_subset = X_train[(y_train == 0) | (y_train == 1)]
X_train_01_subset = X_train_std[(y_train == 0) | (y_train == 1)]
y_train_01_subset = y_train[(y_train == 0) | (y_train == 1)]

lrgd = LogisticRegressionGD(eta=0.05, n_iter=1000, random_state=1)
Binary file modified ch03/images/03_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39f66b2

Please sign in to comment.