Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. lr = LogisticRegression(class_weight='balanced', n_jobs=-1, max_iter=10000, random_state=17)
  2. lr.fit(X_train, y_train)
Add Comment
Please, Sign In to add comment