/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.

Primary LanguagePython

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.