srini047 commited on
Commit
4c9a7f9
·
1 Parent(s): 6432ada

Update sentiment.py

Browse files
Files changed (1) hide show
  1. sentiment.py +0 -10
sentiment.py CHANGED
@@ -1,13 +1,3 @@
1
- #!/usr/bin/env python
2
- # coding: utf-8
3
-
4
- # # Text Based Sentiment Analysis
5
-
6
- # # IMPORTING NECESSARY MODULES
7
-
8
- # In[1]:
9
-
10
-
11
  import numpy as np # For linear algebra
12
  import pandas as pd # Data processing, CSV file I/O (e.g. pd.read_csv)
13
  import matplotlib.pyplot as plt # For Visualisation
 
 
 
 
 
 
 
 
 
 
 
1
  import numpy as np # For linear algebra
2
  import pandas as pd # Data processing, CSV file I/O (e.g. pd.read_csv)
3
  import matplotlib.pyplot as plt # For Visualisation