parhamfh
parhamfh
@freytheviking, the id must correspond to an index (row) in the user_features (CSR) matrix passed in to `predict` (which has num_features columns). So if you construct the user_features matrix to...
Some anecdotal findings, I hit this issue in a container running my simply Python application in an image based on `python:3.10.7-slim-bullseye` (fe16e9fa64e9). It failed with this error: ``` > pipenv...
I have the same issue. OS X snow leopard, iterm2. The theme just looks like this  I can fix this by changing the...
While not due for the same reason as the original post in this issue, I spent a lot of time troubleshooting why the validation stage was not run in my...