ageron / ageron/handson-ml2

sgd regressor

Open
#595 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
30k
Forks
13.1k
PR merge metrics
No merged PRs in 30d

Description

NameError Traceback (most recent call last)
[](https://localhost:8080/#) in
----> 1 sgd_reg = SGDRegressor(penalty="l2", max_iter=1000, tol=1e-3, random_state=42)
2 sgd_reg.fit(X, y.ravel())
3 sgd_reg.predict([[1.5]])

NameError: name 'SGDRegressor' is not defined

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.