Crab Recommender System – Framework in Python Example and installation Problem Fix
This is just to show that the import errors which were encountered during the installation of Crab, a Recommender Framework in Python worked fine with the fixes I earlier outlined. These were the errors and how they were fixed: ImportError: No module named ‘scikits ImportError: No module named learn.base The code below is the…