1ed1542 8da2bee 1ed1542
1
2
3
4
5
import joblib knn_reccomendation=joblib.load('.\knnmodel.pkl') knn_reccomendation.recommendations('Iron Man',3)