We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4008fb7 commit cd8c01dCopy full SHA for cd8c01d
sklearn/linear_model/logistic.py
@@ -29,8 +29,8 @@
29
from ..utils.fixes import logsumexp
30
from ..utils.optimize import newton_cg
31
from ..utils.validation import check_X_y
32
-from..exceptions import (NotFittedError, ConvergenceWarning,
33
- ChangedBehaviorWarning)
+from ..exceptions import (NotFittedError, ConvergenceWarning,
+ ChangedBehaviorWarning)
34
from ..utils.multiclass import check_classification_targets
35
from ..externals.joblib import Parallel, delayed
36
from ..model_selection import check_cv
0 commit comments