Guest User

Untitled

a guest
Aug 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. import re
  2. import coremltools
  3. import pandas as pd
  4. import numpy as np
  5. from nltk.corpus import stopwords
  6. from nltk import word_tokenize
  7. from string import punctuation
  8. from sklearn.feature_extraction import DictVectorizer
  9. from sklearn.pipeline import Pipeline
  10. from sklearn.svm import LinearSVC
  11. from sklearn.model_selection import GridSearchCV
Add Comment
Please, Sign In to add comment