pyod icon indicating copy to clipboard operation
pyod copied to clipboard

A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)

Results 226 pyod issues
Sort by recently updated
recently updated
newest added

hi, i am using suod as a wrapper to pyod to be used for tabular anomaly detection. i am running the below algorithms. the problem is that for test reasons...

I am using [pyod.models.knn](https://pyod.readthedocs.io/en/latest/_modules/pyod/models/knn.html). and I have an issue when I change ```p```(Parameter for the Minkowski metric). In some cases(When I use different feature subsets), All results(ex : 'anomaly_scores' and...

Implemented the ALAD method paper: https://arxiv.org/pdf/1812.02288.pdf ### All Submissions Basics: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't...

The project I am working on is exactly as described under "1. Unsupervised Outlier Detection" on the pyod website (https://pyod.readthedocs.io/en/latest/relevant_knowledge.html). I have tried to figure out which algorithm would be...

Hi, after using ECOD algorithm as a part of my research, similarly to issue [#401](https://github.com/yzhao062/pyod/issues/401) I believe current behavior of ECOD is really unintuitive. I believe that any person using...

Hello, Thanks for the brilliant work on PyOD. I am using the SUOD framework made from an ensemble of ODs (OCSVM, LOF and INNE). However, in some of my use...

Hi there, Really like the python package, have been using it for a while. I was wondering if it was possible for `explain_outlier` method in ECOD and COPOD to be...

enhancement
help wanted

I've just trained a auto-encoder model, and I wonder how can I save the model so that I don't need to train it again next time I want it. I...

enhancement

The reason is sklearn.clone will lead to issues if the hyperparameters are not well used. Problem can be reproduced by cloning models: This includes: * COD

For the autoencoder in pyod, how do I adjust the learning rate?

enhancement
help wanted
good first issue