-
Notifications
You must be signed in to change notification settings - Fork 205
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
[ENH] K-Means anomaly detector #1607
Conversation
- the failing CI caching utility drastically slows down the startup of pytest and is imported multiple times
Thank you for contributing to
|
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.
very nice documentation
Left some comments on the related PR, should merge that first. |
Reference Issues/PRs
Depends on #1605
What does this implement/fix? Explain your changes.
Introduces a new anomaly detection algorithm:
KMeansAD
with tests and docs.Does your contribution introduce a new dependency? If yes, which one?
no
PR checklist
For all contributions
For new estimators and functions
__maintainer__
at the top of relevant files and want to be contacted regarding its maintenance. Unmaintained files may be removed. This is for the full file, and you should not add yourself if you are just making minor changes or do not want to help maintain its contents.For developers with write access