You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments