Novelty detection - semi-supervised learning #480
aaronfderybel
started this conversation in
General
Replies: 1 comment
-
I would go with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello PyoD community,
I was wondering what the recommended way to perform Novelty detection is using this library.
According to https://pyod.readthedocs.io/en/latest/relevant_knowledge.html novelty detection is the situation where you have access to a dataset with only inliers. You train your algorithm on this dataset. Any new data could be inlier or outliers.
Would the recommended way to use these algorithms for novelty detection:
Are there any algorithms that are more suitable for novelty detection than others?
Beta Was this translation helpful? Give feedback.
All reactions