Skip to content

Instantly share code, notes, and snippets.

@GabsGear
Created April 15, 2019 15:33
Show Gist options
  • Save GabsGear/463bda93a1b5631a24bcd831bcbc0d17 to your computer and use it in GitHub Desktop.
Save GabsGear/463bda93a1b5631a24bcd831bcbc0d17 to your computer and use it in GitHub Desktop.
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