[ENH] Added OneClassSVM to the anomaly detection module#2342
[ENH] Added OneClassSVM to the anomaly detection module#2342TonyBagnall merged 7 commits intoaeon-toolkit:mainfrom pattplatt:oneClassSVM
Conversation
Thank you for contributing to
|
SebastianSchmidl
left a comment
There was a problem hiding this comment.
Well done 👍🏼 I just have some minor remarks regarding the documentation.
Once the CI passes, we can merge this.
|
Please fix the line-length and run |
Co-authored-by: Sebastian Schmidl <10573700+SebastianSchmidl@users.noreply.github.com>
|
I think the pre-commit was successful now 👍 |
As discussed on friday, here is the implementation of the OneClassSVM for the Anomaly Detection module. Let me know what you think :)
What does this implement/fix? Explain your changes.
This PR includes the implementation of the OneClassSVM from scikit learn for anomaly detection.
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