Skip to content

Commit 572dcce

Browse files
authored
FIX remove regressor multi_label tag
1 parent 66658db commit 572dcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/ensemble/_forest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ def _compute_partial_dependence_recursion(self, grid, target_features):
17531753

17541754
def __sklearn_tags__(self):
17551755
tags = super().__sklearn_tags__()
1756-
tags.regressor_tags.multi_label = True
1756+
# tags.regressor_tags.multi_label = True
17571757
return tags
17581758

17591759

0 commit comments

Comments
 (0)