You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
@haow85@tracthuc I think, I know what is the problem. The hybrid part is only available on the develop branch, I haven't yet merged it into master. Please use the following command to install: pip install --upgrade git+https://github.com/Evfro/polara.git@develop#egg=polara
Once I issue a new release, this will be available from the standard installation. Sorry for confusion.
@haow85@tracthuc I think, I know what is the problem. The hybrid part is only available on the develop branch, I haven't yet merged it into master. Please use the following command to install: pip install --upgrade git+https://github.com/Evfro/polara.git@develop#egg=polara
Once I issue a new release, this will be available from the standard installation. Sorry for confusion.
Thank you for your response. However, when running HybridSVD.ipynb, I got another error.
ImportError: cannot import name 'ColdStartSimilarityDataModel' from 'polara.recommender.coldstart.data'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got the following error when running HybridSVD.ipynb in Jupyter Notebook :
ModuleNotFoundError: No module named 'polara.recommender.hybrid'
I fixed the problem by uninstalling and reinstalling the module each time the error shows up. Is there any better way to tackle the issue ?
The text was updated successfully, but these errors were encountered: