Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Last active March 16, 2020 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aniruddha27/5c1e9d812570421bbd616094bc1a2102 to your computer and use it in GitHub Desktop.
Save aniruddha27/5c1e9d812570421bbd616094bc1a2102 to your computer and use it in GitHub Desktop.
model = Ridge(alpha=3)
model.fit(X_train,y_train)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment