Further reading
- Anomaly Detection: https://en.wikipedia.org/wiki/Anomaly_detection
- River ML Constant Thresholder: https://riverml.xyz/latest/api/anomaly/ConstantThresholder/
- River ML Quantile Thresholder: https://riverml.xyz/latest/api/anomaly/QuantileThresholder/
- Support Vector Machine: https://en.wikipedia.org/wiki/Support-vector_machine
- Scikit Learn One Class SVM: https://scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
- River ML One Class SVM: https://riverml.xyz/latest/api/anomaly/OneClassSVM/
- Isolation Forest: https://en.wikipedia.org/wiki/Isolation_forest
- River ML Half-Space Trees: https://riverml.xyz/latest/api/anomaly/HalfSpaceTrees/