Commit 760455d
Remove unused line in the tutorial (#499)
I guess, the line `x_train, x_train.shape, y_train.min(), y_train.max()` was useful in notebook environment where its presence caused jupyter to display these variables.
But there are `print` statements below this line printing the same variables. So I think it's better to omit this line as it does nothing and looks confusing.
Co-authored-by: Seth Weidman <[email protected]>
Co-authored-by: holly1238 <[email protected]>1 parent ff0cfa1 commit 760455d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments