PyOD OCSVM with polynomial kernel and degree 3 does not generate similar output to OCSVM in sklearn #622
JuanMarcosRamirez
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear developers,
I built an OCSVM model with a polynomial kernel and degree 3 using Sklearn. This model OCSVM generated an outlier pattern from an input dataset with a given contamination (OCSVM in Sklearn does not require the contamination parameter). We build the same OCSVM model using PyOD with the contamination from the outlier pattern obtained with the Sklearn model. The outlier pattern obtained with PyOD is entirely different from that obtained with Sklearn. Please revise the OCSVM code for polynomial kernels.
Regards,
Juan Marcos.
Beta Was this translation helpful? Give feedback.
All reactions