Last active
May 5, 2022 16:22
-
-
Save erap129/1083c37d95f8f9314a60ec70f5e721b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
algo_kwargs = dict(k=50, sim_options={'name': 'pearson', 'user_based': True, 'verbose' : True}) | |
get_algorithm_report(KNNBasicWithTqdm, trainset, testset, train_loocv, test_loocv, movies_df, | |
target_movie_id='movie_1', target_user_id='user_1', top_k=10, | |
algo_kwargs_trainset=algo_kwargs, algo_kwargs_trainset_loocv=algo_kwargs, calc_most_similar=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment