Skip to content

Instantly share code, notes, and snippets.

@Paulooh007
Last active March 8, 2020 05:25
Show Gist options
  • Save Paulooh007/ef6f0490b6a3898daa5409a7a2455c70 to your computer and use it in GitHub Desktop.
Save Paulooh007/ef6f0490b6a3898daa5409a7a2455c70 to your computer and use it in GitHub Desktop.
algo loop
models = []
models.append(('Lr', LogisticRegression()))
models.append(('LDA', LinearDiscriminantAnalysis()))
models.append(('Knn', KNeighborsClassifier()))
models.append(('Decision_Tree', DecisionTreeClassifier()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment