-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
FEA Add warning to control against runtime might when wanting to run comight #323
Conversation
Signed-off-by: Adam Li <adam2392@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #323 +/- ##
==========================================
+ Coverage 80.21% 80.25% +0.04%
==========================================
Files 24 24
Lines 2254 2259 +5
Branches 412 331 -81
==========================================
+ Hits 1808 1813 +5
Misses 313 313
Partials 133 133 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Adam Li <adam2392@gmail.com>
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.
1 minor request, otherwise lgtm!
treeple/stats/forest.py
Outdated
if covariate_index is None and isinstance(est.tree_estimator, MultiViewDecisionTreeClassifier): | ||
warn( | ||
"Covariate index is not defined, but a MultiViewDecisionTreeClassifier is used. " | ||
"If using CoMIGHT, one should define the covariate index to permute." |
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 we need a sentence here saying that MIGHT is being run
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?