muricoca / crab

Crab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (numpy, scipy, matplotlib).

Home Page:http://muricoca.github.com/crab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nose test fails.

opened this issue · comments

I installed crab and according to installation the nose test should pass . However I get this error No module names learn.base

and says failed example (books.items_ids)
expected:100
got: 271380

Ran 84 tests in 9.558 sec
Failed(errors=10,failures=1)

Maybe you forgot to install the package "scikits.learn" which can solve the problem of "No module names learn.base". But, using the development version I also get the failure like you.

Maybe "scikits.learn" is deprecated, and you should use "sklearn".
But I don't have a solution.