import pickle with open('finalized_model.pkl', 'rb') as f: movieVzer, movieTfmer, clf = pickle.load(f)