ludovikcoba / recoxplainer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexError: single positional indexer is out-of-bounds

Lakshmi11011 opened this issue · comments

I was trying to implement ALS recoxplainer to explain the predictions got by surprise SVD model. But seems like SVD algorithm is building sparse matrix by taking the trainset only. But ALS is building the matrix for entire dataset unique values and filling the trainset values inside. How can i fix this issue while applying for SVD model.

Screenshot (2)