Skip to content
#

bagofwords

Here are 50 public repositories matching this topic...

Text classification is the task of assigning a set of predefined categories to free text. Text classifiers can be used to organize, structure, and categorize pretty much anything. For example, new articles can be organized by topics, support tickets can be organized by urgency, chat conversations can be organized by language, brand mentions can …

  • Updated Nov 17, 2021
  • Python

Predict whether a stock price will increase based on headlines on a specific day. Data is Wrangled and Merged for modeling. The bag of words approach is used to vectorize textual data. A combination of NLP and ML models like RanfomForestClassifier is used to predict final results, plus the Naive Bayes approach with NLP to predict the results.

  • Updated Apr 21, 2021
  • Jupyter Notebook

Review sentiment based on drug user reviews text/ dataset, using a supervised binary text classifier, which will classify user reviews as positive or negative

  • Updated Sep 14, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the bagofwords topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bagofwords topic, visit your repo's landing page and select "manage topics."

Learn more