Skip to content

Instantly share code, notes, and snippets.

@mprzybyla123
Created June 23, 2020 00:54
Show Gist options
  • Save mprzybyla123/461cc1513e83826f763949cf409a98d8 to your computer and use it in GitHub Desktop.
Save mprzybyla123/461cc1513e83826f763949cf409a98d8 to your computer and use it in GitHub Desktop.
models
# common classifiers that can be optimized with parameter tuning
clf = RandomForestClassifier()
clf = MultinomialNB()
clf = LogisticRegression()
clf = svm.SVC()
clf = KNeighborsClassifier()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment