Hello,
I tried simulating a 5 fold cross-validation procedure on ALS and BPR algorithms. However, when I use metrics like roc_auc, map etc.. I see warnings "Detect 1 unknown interaction(s), position: [2592]". This does not happen when I use random_split or other built-in splitting methods. Is there any way to avoid these warnings or is it safe to ignore them?


Hello,
I tried simulating a 5 fold cross-validation procedure on ALS and BPR algorithms. However, when I use metrics like roc_auc, map etc.. I see warnings "Detect 1 unknown interaction(s), position: [2592]". This does not happen when I use random_split or other built-in splitting methods. Is there any way to avoid these warnings or is it safe to ignore them?