Qianying Ren

Results 2 issues of Qianying Ren

When I tried to run the code, it shows me this error: self.P = stats.pairwise_tests(X) File "/home/qir21001/anaconda/envs/simclr_2/lib/python3.7/site-packages/critdd/stats.py", line 88, in pairwise_tests zero_method = 'pratt' TypeError: wilcoxon() got an unexpected keyword...

Regarding to the user profiles generation part, how do you randmly choose 3 recipes for each user? In the whole recipe pool or just the recipes in the training set...