Last active
July 6, 2019 13:56
-
-
Save RoaldSchuring/77f843fe3676d2f15e2e7bcaa9d62d11 to your computer and use it in GitHub Desktop.
predict_method_sklearn_nearest_neighbors
This file contains 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
recommendations = predictor.predict(sample_vector) | |
print(recommendations) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment