-
-
Notifications
You must be signed in to change notification settings - Fork 21
FIX remove regressor multi_label tag #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
treeple/tree/_classes.py
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps let's just add an inline comment saying "TODO: add regression support"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think tho branch should get updated wrt main
@@ -29,7 +29,7 @@ jobs: | |||
matrix: | |||
os: # see scipy wheels.yml GH actions | |||
- [ubuntu-22.04, manylinux, x86_64] | |||
- [macos-12, macosx, x86_64] | |||
- [macos-latest, macosx, x86_64] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my education, why do we need this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for late reply. It's due to the drop of support for the previous Mac version.
Merged for new changes on honest prune/kernel method #345 |
<!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.md --> #### Reference Issues/PRs neurodata/treeple#339 <!-- Example: Fixes scikit-learn#1234. See also scikit-learn#3456. Please use keywords (e.g., Fixes) to create link to the issues or pull requests you resolved, so that they will automatically be closed when your pull request is merged. See https://github.com/blog/1506-closing-issues-via-pull-requests --> #### What does this implement/fix? Explain your changes. #### Any other comments? <!-- Please be aware that we are a loose team of volunteers so patience is necessary; assistance handling other issues is very welcome. We value all user contributions, no matter how minor they are. If we are slow to review, either the pull request needs some benchmarking, tinkering, convincing, etc. or more likely the reviewers are simply busy. In either case, we ask for your understanding during the review process. For more information, see our FAQ on this topic: https://scikit-learn.org/dev/faq.html#why-is-my-pull-request-not-getting-any-attention. Thanks for contributing! -->
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?