Skip to content

Instantly share code, notes, and snippets.

@Paulooh007
Created March 8, 2020 05:15
Show Gist options
  • Save Paulooh007/e83530e2b458419437e99e6bb68d89ae to your computer and use it in GitHub Desktop.
Save Paulooh007/e83530e2b458419437e99e6bb68d89ae to your computer and use it in GitHub Desktop.
import algo
from sklearn import model_selection
from sklearn.linear_model import LogisticRegression
from sklearn.tree import DecisionTreeClassifier
from sklearn.neighbors import KNeighborsClassifier
from sklearn.discriminant_analysis import LinearDiscriminantAnalysis
from sklearn.metrics import auc, roc_auc_score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment