Skip to content

Commit 133dfd0

Browse files
authored
DOC update with other branch
1 parent ce9995a commit 133dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

treeple/tree/_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ def __sklearn_tags__(self):
24412441
# XXX: nans should be supportable in SPORF by just using RF-like splits on missing values
24422442
# However, for MORF it is not supported
24432443
tags = super().__sklearn_tags__()
2444-
# tags.regressor_tags.multi_label = True
2444+
# tags.regressor_tags.multi_label = True TODO: add regression support
24452445
tags.input_tags.allow_nan = False
24462446
return tags
24472447

0 commit comments

Comments
 (0)