-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG+2] FIX: make the deprecation in fit and not init in IsolationForest #11574
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
looks good |
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.
We also need to update the docstring of contamination
LGTM. Thanks @glemaitre. Travis failure does not seem to be related to this PR. |
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.
We also need to update the docstring of contamination
+1
What do you mean by updating the docstring |
Seems that the docstring of parameter contamination fails to mention the change. |
oh I see
…On 17 July 2018 at 16:24, Hanmin Qin ***@***.***> wrote:
Seems that the docstring of parameter contamination fails to mention the
change.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11574 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHG9P-fPqCE38nMAEeI4XKZmBJTjfmzmks5uHfOegaJpZM4VR6LG>
.
--
Guillaume Lemaitre
INRIA Saclay - Parietal team
Center for Data Science Paris-Saclay
https://glemaitre.github.io/
|
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 if CIs are green, thanks @glemaitre
We cannot merge this PR now. There is a strange side effect with ignore_warning and filterwarnings I think. |
Ok it passed on my forked CI |
@@ -269,7 +270,6 @@ def test_classifier_matching(): | |||
assert_array_almost_equal(intercept2, clf.intercept_, decimal=9) | |||
|
|||
|
|||
@ignore_warnings |
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 really do not get this weird side-effect at a distance kind of thing ... it feels like something is really fishy here. I'll try to reproduce locally.
travis passes. should we wait for the rest? |
closes #11573
Rework IsolationForest issue