Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 436 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 436 Bytes

berkeley-restaurants-predictor

Uses unsupervised, supervised learning to predict restaurants you might enjoy in the Berkeley area

This project makes use of k-means and least squares to build a predictor that recommends what restuarants you may enjoy. The predictor is located in the recommender.py file. The abstractions used in the recommender, are located in abstractions.py, and the utility functions used are located in utils.py