-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error of redis zadd() #16
Comments
If anyone interested in using this great project in 2020, install following requirements.txt with pip ################# Then to install nomkl type following commands
Note : Use python 2.7. You can create a python 2.7 environemnt with Anaconda. |
I created a docker-compose file to run this project. https://hub.docker.com/r/prageethatdocker/groveco_content_engine RUN docker-compose up |
similar_dict = {str(item_id): float(score) for score, item_id in similar_items[1:]} If you are still working on it. |
Hi,
Thanks for sharing such useful content based recommendation engine.
When testing your example i get below error
File "sklearn_tfidf.py", line 74, in _train self._r.zadd(self.SIMKEY % row['id'], *flattened) TypeError: zadd() takes from 3 to 7 positional arguments but 198 were given
Can you please guide me what is going wrong ?
I have latest redis version installed and i am using python3
The text was updated successfully, but these errors were encountered: