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
In the 01_weight_zero_learning_rate.py file, there's a typo in the line ax[0].scatter(X_train[y_trai == 1, 0], X_train[y_train == 1, 1],. y_trai should be y_train. This will cause an error in the code.
In the
01_weight_zero_learning_rate.pyfile, there's a typo in the lineax[0].scatter(X_train[y_trai == 1, 0], X_train[y_train == 1, 1],.y_traishould bey_train. This will cause an error in the code.