Skip to content

Instantly share code, notes, and snippets.

@tommydangerous
Created June 11, 2021 05:41
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 tommydangerous/6014b7f9a36adf95f2dd9d2c3da3d373 to your computer and use it in GitHub Desktop.
Save tommydangerous/6014b7f9a36adf95f2dd9d2c3da3d373 to your computer and use it in GitHub Desktop.
choose_algorithm.py
from sklearn.linear_model import LogisticRegression
classifier = LogisticRegression(max_iter=10000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment