Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created April 1, 2019 21:35
Show Gist options
  • Save curiousily/f4c0fd8dbac92f057c1f55c37f67dbe9 to your computer and use it in GitHub Desktop.
Save curiousily/f4c0fd8dbac92f057c1f55c37f67dbe9 to your computer and use it in GitHub Desktop.
clf = LinearRegression()
clf.fit(x, y, n_iter=2000, lr=0.01)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment