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

Bad scikit-learn import in crab/base.py

samuela opened this issue · comments

The import at line https://github.com/muricoca/crab/blob/master/scikits/crab/base.py#L11 is incorrect. It should read from sklearn.base import BaseEstimator instead of from scikits.learn.base import BaseEstimator.

it works ! THX!

How can I use crab's datasets? I use "from crab import datasets"but it didn't work...

Is it fit for Python3?