File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ class calls the ``fit`` method of each sub-estimator on random samples
67
67
check_classification_targets ,
68
68
type_of_target ,
69
69
)
70
+ from sklearn .utils ._tags import get_tags
70
71
from sklearn .utils .parallel import Parallel , delayed
71
72
from sklearn .utils .validation import (
72
73
_check_feature_names_in ,
@@ -83,18 +84,7 @@ class calls the ``fit`` method of each sub-estimator on random samples
83
84
ExtraTreeRegressor ,
84
85
)
85
86
from ..tree ._tree import DOUBLE , DTYPE
86
- from ..utils import check_random_state , compute_sample_weight
87
- from ..utils ._param_validation import Interval , RealNotInt , StrOptions
88
- from ..utils ._tags import get_tags
89
- from ..utils .multiclass import check_classification_targets , type_of_target
90
- from ..utils .parallel import Parallel , delayed
91
- from ..utils .validation import (
92
- _check_feature_names_in ,
93
- _check_sample_weight ,
94
- _num_samples ,
95
- check_is_fitted ,
96
- )
97
- from ._base import BaseEnsemble , _partition_estimators
87
+
98
88
99
89
__all__ = [
100
90
"RandomForestClassifier" ,
You can’t perform that action at this time.
0 commit comments