jacobmunson / RecommenderSystems

This repository is intended to house efforts from a Fall 2019 independent study focused on Similarity Computation and Clustering Structure for Recommender Systems.
0 stars 0 forks source link

All k in one swipe #14

Closed jacobmunson closed 4 years ago

jacobmunson commented 4 years ago

Rewrite code to consume a K vector, determine most similar users, then go from max(K) down to min(K) all in one swipe.