Created
April 15, 2019 15:33
-
-
Save GabsGear/463bda93a1b5631a24bcd831bcbc0d17 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
from surprise import Dataset, evaluate | |
from surprise import KNNBasic | |
data = Dataset.load_builtin("ml-100k") | |
trainingSet = data.build_full_trainset() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment