Created
April 15, 2019 15:45
-
-
Save GabsGear/293c7f5f556b06585a7703b946b422db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knn = KNNBasic(sim_options={ | |
'name': 'cosine', | |
'user_based': False }) | |
knn.train(trainingSet) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment