Skip to content
#

bagofwords

Here are 51 public repositories matching this topic...

A spam classifier is a software or machine learning model that categorizes incoming messages or content as either "spam" (unwanted or irrelevant) or "ham" (legitimate or relevant), using automated techniques.

  • Updated Nov 30, 2023
  • Jupyter Notebook

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

Our team sought to perform sentiment analysis on Twitter tweets in anticipation for Hideo Kojima's video game release, Death Stranding, in 2019. We sourced the Tweets from two libraries, preprocessed them, stored them using MongoDB and then performed sentiment analysis.

  • Updated Feb 20, 2024
  • 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