import joblib knn_reccomendation=joblib.load('.\knnmodel.pkl') knn_reccomendation.recommendations('Iron Man',3)