├── Capstone_part4-Copy6.ipynb ├── README.md └── img_01 └── PCA_1.png /README.md: -------------------------------------------------------------------------------- 1 | # Another Twitter Sentiment Analysis with Python - Part 8 2 | 3 | Attached Jupyter Notebook is the part 8 of the Twitter Sentiment Analysis project I implemented as a capstone project for General Assembly's Data Science Immersive course. 4 | 5 | Accompanying blog posts can be found from my Medium account: 6 | https://medium.com/@rickykim78 7 | 8 | Below implementations can be found in the attached notebook. 9 | 10 | ## Dimensionality Reduction
11 | - Chi2 feature selection with Tf-Idf vectors 12 | - PCA with document vectors extracted from Doc2Vec 13 | -------------------------------------------------------------------------------- /img_01/PCA_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tthustla/twitter_sentiment_analysis_part8/cd0a2d642260d2a3060f6e8e7e79027984e2311c/img_01/PCA_1.png --------------------------------------------------------------------------------