Skip to content

Commit

Permalink
Changed to correct import
Browse files Browse the repository at this point in the history
Changed import line
muricoca#105
  • Loading branch information
zareenfarooqui committed Apr 17, 2016
1 parent beb3555 commit 9f08657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scikits/crab/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Bruno Melo <bruno@muricoca.com>
# License: BSD Style.

from scikits.learn.base import BaseEstimator
from sklearn.base import BaseEstimator


class BaseRecommender(BaseEstimator):
Expand Down

0 comments on commit 9f08657

Please sign in to comment.