https://github.com/memudualimatou/twitter-nlp-lightgbm
https://github.com/memudualimatou/twitter-nlp-lightgbm
bag-of-words lightgbm nlp tokenization
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/memudualimatou/twitter-nlp-lightgbm
- Owner: memudualimatou
- Created: 2020-05-27T20:05:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T15:14:55.000Z (about 5 years ago)
- Last Synced: 2025-01-21T22:43:15.679Z (9 months ago)
- Topics: bag-of-words, lightgbm, nlp, tokenization
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-NLP-LIGHTGBM
PROBLEM OF STATEMENT
ML-driven sentiment analysis is an important tool to understand communities’ feelings around major issues such as COVID-19.
Gathering comprehensive social data for sentiment analysis can be limited, however, if data collection relies only on keywords such as ‘coronavirus’ or ‘covid’.The objective of this challenge is to develop a machine learning model to assess if a Twitter post is about COVID-19 or not.
This model will help gather tweet data about the epidemic without relying only on key words like ‘covid’ or ‘coronavirus’ being present, allowing researchers and engineers to gather a more comprehensive dataset for sentiment analysis.