You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run through the notebook. It (1) helps load the data, (2) provides some working recommenders, and (3) saves your predictions for the Kaggle leaderboard.
Experiment with different recommender systems. The module redcarpet provides implementations of collaborative, content-based, and hybrid recommenders. Try different parameters, similarity functions, and hybridizations. Refer to the docstrings for each method by calling help(method_name).
Choose your best model and use the last section of the notebook to save the predictions. This will make predictions for the test data (for the public leaderboard) and the hold out set (for the private leaderboard). You do not have access to the hidden entries of the hold out set.
Click the "commit" button to run your notebook from top to bottom to reproduce your work. If there are errors in any cell, you will have to fix them and try to commit again.
After the commit finishes, click the "open version" button to view your kernel. Click on the output tab and download the .csv file of your predictions.
Go to the Kaggle leaderboard and submit your .csv of predictions.
Now you should be on the leaderboard!
The text was updated successfully, but these errors were encountered:
redcarpet
provides implementations of collaborative, content-based, and hybrid recommenders. Try different parameters, similarity functions, and hybridizations. Refer to the docstrings for each method by callinghelp(method_name)
.The text was updated successfully, but these errors were encountered: