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 da3c2d2 commit 7d728d3Copy full SHA for 7d728d3
sklearn/svm/_base.py
@@ -6,7 +6,7 @@
6
# mypy error: error: Module 'sklearn.svm' has no attribute '_libsvm'
7
# (and same for other imports)
8
from . import _libsvm as libsvm # type: ignore
9
-from .import _liblinear as liblinear # type: ignore
+from . import _liblinear as liblinear # type: ignore
10
from . import _libsvm_sparse as libsvm_sparse # type: ignore
11
from ..base import BaseEstimator, ClassifierMixin
12
from ..preprocessing import LabelEncoder
0 commit comments