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
I have installed this library using pip on my Ubuntu machine 2 days ago. However I am not able to import the SlopeOne and CoClustering algorithms. I have checked the files inside the library and noticed that the corresponding python files are actually missing.
I am not an expert in python or pip, but I thought I should highlight this issue. Please let me know if I am missing something.
Thanks for all the hardwork put in this library.
Cheers,
Maher
The text was updated successfully, but these errors were encountered:
Actually these algorithms are only available on the latest version which I haven't published to PyPI (the official python package index), so they're not yet available using pip install surprise.
I'm sorry about all this, it's not clear at all from the README or the project main page that these two algorithms are only available for the latest version. I'll try make it clearer as soon as I can!
Hello,
I have installed this library using pip on my Ubuntu machine 2 days ago. However I am not able to import the
SlopeOne
andCoClustering
algorithms. I have checked the files inside the library and noticed that the corresponding python files are actually missing.I am not an expert in python or pip, but I thought I should highlight this issue. Please let me know if I am missing something.
Thanks for all the hardwork put in this library.
Cheers,
Maher
The text was updated successfully, but these errors were encountered: