Accessing fitted underlying scikit-learn models after fitting PyOD models #512
-
Hi, I've been experimenting with some of the PyOD anomaly detection algorithms. I have a question regarding some PyOD models which are based on scikit-learn implementations. In general, I wonder if there is a way to access the fitted underlying scikit-learn models and retrieve some attributes not available through the PyOD wrapper. I'll share two examples: The Gaussian Mixture Model The second one is the PCA-based outlier detector, Thanks in advance for any answers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
PCA is also a wrapper -> https://github.com/yzhao062/pyod/blob/66010dd4cbf614b51d34bab9827151b409ae7595/pyod/models/pca.py#L230C12-L230C12 and the attributes are available at: |
Beta Was this translation helpful? Give feedback.
PCA is also a wrapper -> https://github.com/yzhao062/pyod/blob/66010dd4cbf614b51d34bab9827151b409ae7595/pyod/models/pca.py#L230C12-L230C12
and the attributes are available at: