Closed Darel13712 closed 2 years ago
test_predict_pairs_warm_only multvae fails with IndexError: index 4 is out of bounds for dimension 0 with size 4
test_predict_pairs_warm_only
IndexError: index 4 is out of bounds for dimension 0 with size 4
I find problem: some wrong id are in log df. in function _predict_pairs_wrap you are not filter log df. you need do it correct lines before 629 line in base_rec.py
test_predict_pairs_warm_only
multvae fails withIndexError: index 4 is out of bounds for dimension 0 with size 4