Skip to content

Commit

Permalink
FIX missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa authored and MechCoder committed Jul 22, 2014
1 parent 582d782 commit 8cdbc6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sklearn/linear_model/logistic.py
Expand Up @@ -24,6 +24,7 @@
from ..cross_validation import check_cv
from ..utils.optimize import newton_cg
from ..externals import six
from ..metrics import SCORERS


# .. some helper functions for logistic_regression_path ..
Expand Down

0 comments on commit 8cdbc6f

Please sign in to comment.