Last active
May 5, 2022 16:28
-
-
Save erap129/6e92d4c1c81ff21acfb14236840f25f4 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': False, '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=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment