-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds content filtering notebook and corresponding dataset #34
Conversation
python-recipes/recommender-systems/datasets/imdb_movies/25k_imdb_movie_dataset.csv
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really awesome @justin-cechmanek my only feedback is to maybe do a little bit of explanation up front to help them get the gist of what a content filtering based recommendation system is? Also, might be good to highlight the schema used and walk folks through the design of that. Lastly, in the example at the end, if you can show what was used to query for recs, it might help contextualize the outputs a bit more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great feedback. I'll make these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a couple tweaks that I left comments for and changed "recommender-systems" to "recommendation-systems" since that's consistent with the readme and other places. Also add the new folder to tests.
No description provided.