Handbook of Anomaly Detection: With Python Outlier Detection — (6) OCSVM
Published in
10 min readOct 9, 2022
--
Classification problems are often solved using supervised learning algorithms such as Random Forest, Support Vector Machine, Logistic Regressor, and so on. Supervised learning algorithms require a known target to build a model. However, it is often the case that we only see normal data patterns but not rare events. The target data of the rare events are either not…