Guest User

Untitled

a guest
Jan 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. >>> x_train_tf.toarray()
  2. array([[ 0.70710678, 0. , 0.70710678],
  3. [ 0. , 1. , 0. ]])
  4.  
  5. >>> tfidf.get_feature_names()
  6. [u'marital', u'relationship', u'status']
Add Comment
Please, Sign In to add comment