We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9995a commit 133dfd0Copy full SHA for 133dfd0
treeple/tree/_classes.py
@@ -2441,7 +2441,7 @@ def __sklearn_tags__(self):
2441
# XXX: nans should be supportable in SPORF by just using RF-like splits on missing values
2442
# However, for MORF it is not supported
2443
tags = super().__sklearn_tags__()
2444
- # tags.regressor_tags.multi_label = True
+ # tags.regressor_tags.multi_label = True TODO: add regression support
2445
tags.input_tags.allow_nan = False
2446
return tags
2447
0 commit comments