Skip to content

Commit

Permalink
FIX remove regressor multi_label tag
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 authored Dec 12, 2024
1 parent ab12ca9 commit 2d9b6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeple/tree/_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ def __sklearn_tags__(self):
# XXX: nans should be supportable in SPORF by just using RF-like splits on missing values
# However, for MORF it is not supported
tags = super().__sklearn_tags__()
tags.regressor_tags.multi_label = True
# tags.regressor_tags.multi_label = True
tags.input_tags.allow_nan = False
return tags

Expand Down

0 comments on commit 2d9b6ea

Please sign in to comment.