Skip to content
#

yelp-dataset

Here are 197 public repositories matching this topic...

It's just a very very simple NLP project that's used to classify wether a review is a good one or a bad one, it's made with sklearn using CountVectorizer to transform and vectorize the data, later a NaiveBayes model is used to predict the values. If we use Tf-Idf it doesn't perform well at all due to this particular dataset, but without it, actu…

  • Updated Jun 19, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the yelp-dataset 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 yelp-dataset topic, visit your repo's landing page and select "manage topics."

Learn more