-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Outlier detection common tests? #8677
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
Comments
I agree. I'm already familiar with |
pull request welcome
…On 4 Apr 2017 1:59 am, "Albert Thomas" ***@***.***> wrote:
I agree. I'm already familiar with OneClassSVM, IsolationForest and
LocalOutlierFactor. I can suggest common tests for outlier detection
algorithms implemented in scikit-learn.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8677 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz64A8zg68-NAgrsyCTQNl_uHkrm93ks5rsRdmgaJpZM4Mvx-W>
.
|
I am currently working on this but I should maybe wait for PR #9015 as it is supposed to bring a bit more consistency between the different outlier detection algorithms. Or I can open a PR now and modify the tests once PR #9015 will be merged. Another possibility is that I work with @ngoix to add the common tests in PR #9015? or is it better to have two different PRs? |
Shorter PRs are easier to review and thus tend to get merged quicker. I'd rather have 2 PRs. |
@albertcthomas does your #9270 close this issue? Thanks! |
Yes let’s close this one. Thanks @cmarmo |
I think we should add some common tests for outlier detection, see #8676.
The text was updated successfully, but these errors were encountered: