Created
June 16, 2018 21:16
-
-
Save MarynaLongnickel/cd3269adaaaf1aa6fe139ba7292d8dd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pos_reviews = data[data['sentiment'] == 1] | |
neg_reviews = data[data['sentiment'] == 0] | |
pnum = np.array(pos_reviews[pos_reviews.columns].sum()) | |
nnum = np.array(neg_reviews[ntg_reviews.columns].sum()) | |
dif = pnum > nnum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment