udacity / DSND_Term2

Contains files related to content and project of DSND Term 2
MIT License
1.1k stars 1.66k forks source link

Recommendation System - 4 - Collaborative Filtering missing pickle file #10

Closed thuoctran closed 3 years ago

thuoctran commented 5 years ago

Hi there,

I tried to run the code, everything was fine until I ran into 4_Collaborative Filtering - Solution file. There is required a pickle file "corrs.p" [ corrs_import = pickle.load(open("corrs.p", "rb")) ]. It would be nice if you could help me this problem.

Thank you so much in advance!!!

ronny-udacity commented 3 years ago

The updated solution is no longer requiring corrs.p file due to its large size ~1.43Gb.