We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d670878 commit 06afd24Copy full SHA for 06afd24
sklearn/ensemble/_voting.py
@@ -24,8 +24,8 @@
24
from ..exceptions import NotFittedError
25
from ..preprocessing import LabelEncoder
26
from ..utils import Bunch
27
-from ..utils._estimator_html_repr import _VisualBlock
28
from ..utils._param_validation import StrOptions
+from ..utils._repr_html.estimator import _VisualBlock
29
from ..utils.metadata_routing import (
30
MetadataRouter,
31
MethodMapping,
0 commit comments