hockeybro12 / YelpDataSetAnalysis

This contains a custom implementation of Naive Bayes and K-Means Clustering to analyze a Yelp review dataset. No libraries besides numpy and pandas are used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YelpDataSetAnalysis

This contains a custom implementation of Naive Bayes and K-Means Clustering to analyze a Yelp review dataset.

There are two folders.

The NaiveBayes folder has a custom implementation of Naive Bayes to determine whether a given restaurant is good for groups.

The KMeansClustering folder has a custom implementation of K-Means Clustering on some features in the Yelp dataset.

About

This contains a custom implementation of Naive Bayes and K-Means Clustering to analyze a Yelp review dataset. No libraries besides numpy and pandas are used.


Languages

Language:Python 100.0%