Skip to content

Commit

Permalink
TST turn off sklearn multi_output tag assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 authored Dec 4, 2024
1 parent 79771d1 commit d1221e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeple/ensemble/_honest_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def oob_samples_(self):
def __sklearn_tags__(self):
# XXX: nans should be supportable in HRF
tags = super().__sklearn_tags__()
tags.classifier_tags.multi_output = False
# tags.classifier_tags.multi_output = False
tags.input_tags.allow_nan = False
return tags

Expand Down

0 comments on commit d1221e4

Please sign in to comment.