DanielHolth
New Contributor III

Try replacing the failing line with the following:

model = SGDRegressor(loss='squared_loss', verbose=0, eta0=0.0003, n_iter=3000)

View solution in original post