Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 05:29 AM
Try replacing the failing line with the following:
model = SGDRegressor(loss='squared_loss', verbose=0, eta0=0.0003, n_iter=3000)