REVIEW 2 major objections 7 minor 46 references
Explainable Unsupervised Anomaly Detection with Random Forest
T0 review · 2 major / 7 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read A random forest trained to tell real data from uniform synthetic noise learns distances that flag anomalies more accurately than common detectors.
desk verdict Worth a look for the RFuni distance idea and the honest benchmark reporting, but the headline 'large number of datasets' claim is more fragile than it looks once you see what got excluded. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing component is the RFuni representation: a Random Forest trained to discriminate real data from synthetic data sampled uniformly over the ranges of the real features, the scheme originally called Addcl2. Distances are computed from the forest's leaf structure using geometry- and accuracy-preserving (GAP) proximities, which weight in-bag and out-of-bag co-locations differently so that the distances reconstruct the forest's prediction geometry. Outlier scores are then taken as the median GAP distance from each point to the subset of points with the lowest median distances, a hyperparameter-free centrality measure. For explanations, the gradient of the outlier score field yields counterfactual trajectories, and feature importance is read from which forest partition hyperrectangles each trajectory segment crosses.
What would settle it
Run the same unsupervised anomaly detection comparison on all 47 ADBench datasets without exclusions, using the dataset labels as ground truth, and check whether RFuni still shows a statistically significant edge over the other detectors; alternatively, test RFuni specifically on the nine excluded datasets and see whether it loses its advantage there.
Extended reading notes
Core claim
The central discovery is that training an unsupervised Random Forest against uniformly distributed synthetic data yields a similarity measure that is not metric-preserving: it deliberately expands distances at the boundary of the data manifold while compressing them near the bulk. The paper shows that outlier scores computed from these GAP distances, taken as the median distance to the most central half of the data, rank anomalies more accurately than distances learned by ExtraTrees or Euclidean baselines, and they outperform about half of the standard detectors in a benchmark comparison at the 0.1 significance level. The same forest partitions then serve as a basis for counterfactual explanations, because each trajectory that reduces an outlier score can be decomposed into the hyperrectangular partitions it crosses.
Load-bearing premise
The comparison that establishes superiority rests on excluding nine ADBench datasets whose anomaly labels the authors judge not to represent genuine anomalies, plus all datasets with fewer than 1,000 rows; if those exclusions are not defensible, the claimed advantage may not hold on the full benchmark.
Editorial extensions
If this is right
- RFuni can be applied to raw datasets with categorical features and missing values, reducing the need for dataset-specific preprocessing in automated pipelines.
- The learned distances support low-dimensional visualization via multidimensional scaling, making the boundary-expanding geometry directly inspectable.
- Up to 60% missing-at-random data, RFuni remains competitive provided missing values are mean-imputed first, and it can also run natively on data with missing entries.
- Feature importance for a detected anomaly can be read from the forest partitions crossed by a counterfactual trajectory, yielding local, model-native explanations.
- The advantage is attributable to the RFuni transformation itself: applying the same outlier-scoring rule to Euclidean distances behaves like ExtraTrees, not like RFuni.
Reading between the lines
- The boundary-expanding property might generalize beyond RFuni's specific scoring rule, so any distance-based detector applied to RFuni distances should inherit the improved separation of outliers.
- Because RFuni is sensitive to absolute feature values rather than ranks, monotone feature transformations should change its behavior predictably, offering a direct experimental handle on the mechanism.
- Using percentile-based bounds instead of raw data bounds for the uniform synthetic samples could make the method robust to extreme-value contamination, a limitation the paper explicitly flags.
- The partition-crossing explanation could be adapted to any tree ensemble, including supervised forests, as a way to explain model predictions via geometric feature attributions.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper describes RFuni, an unsupervised anomaly detection pipeline that (i) trains a random forest to discriminate between the observed data and synthetic points drawn from a uniform distribution over the observed feature bounds (the 'Addcl2' protocol of Shi and Horvath), (ii) computes geometry- and accuracy-preserving (GAP) random-forest distances from leaf co-occurrence, and (iii) scores each point by its median GAP distance to the most central 50% of the sample, with centrality defined by each point's median GAP distance to all other points. The paper's central claim, stated in the abstract, is that RFuni distances improve unsupervised anomaly detection accuracy relative to distances from ExtraTrees and relative to 13 standard unsupervised detectors, as demonstrated on a curated subset of the ADBench benchmark (26 of 47 datasets). Supporting analyses include a two-dimensional toy model demonstrating that RFuni anisometrically expands the boundary of the data manifold (with ExtraTrees distances approximating Euclidean distances), a missing-data robustness study under MCAR up to 60% missingness, and an explainability method that constructs counterfactual trajectories along the local gradient of the outlier score and attributes feature importance by counting random-forest partition crossings along each trajectory, illustrated with an MNIST digit-4-versus-digit-9 experiment.
Significance. If the benchmark claim survives scrutiny, the contribution is meaningful: RFuni is an off-the-shelf detector that needs no per-dataset feature scaling or categorical encoding, runs on data with missing values, and can attach local counterfactual explanations to predictions, which few proximity-based unsupervised detectors offer. The evaluation has real strengths: the Euclidean-distance control with the identical scoring function isolates the effect of the RFuni transformation; the main comparison uses Wilcoxon signed-rank tests and a Friedman/Conover post-hoc analysis with Holm-Bonferroni correction; and the excluded-dataset results are reported in full (Table 1) rather than hidden. The toy-data analysis (Spearman rank correlations, MDS stress, distance histograms) provides concrete evidence for the claimed geometric mechanism. The main risk is selection dependence: the 26-dataset benchmark is chosen by criteria that are partly subjective and, by the paper's own Table 1, partly correlated with poor RFuni performance; on the full ADBench the headline claim may not hold. This is fixable within the scope of a revision.
major comments (2)
- [Sec. 2.4, App. 6.1, Table 1] The central benchmark claim is established only on 26 of the 47 ADBench datasets, and the exclusion is not performance-neutral. From the paper's own Table 1, on the ten excluded datasets with at least 1,000 samples (ALOI, Cardiotocography, Fault, InternetAds, Landsat, Magic.gamma, Optdigits, Skin, SpamBase, Yeast), RFuni's AUCROC is below at least three of the five comparison detectors on seven of the ten datasets (notably Skin 0.35 vs KNN 0.72/IForest 0.67; SpamBase 0.49 vs KNN 0.73; Optdigits 0.45 vs COPOD 0.70; InternetAds 0.56 vs KNN 0.69; Fault 0.46 vs KNN 0.73; Magic.gamma 0.69 vs KNN 0.77; Yeast 0.39 vs LOF 0.46). The statement in Sec. 2.4 that 'no significant differences' were observed among detectors on excluded datasets is not sufficient to neutralize this: with 21-22 datasets and many detectors, the test is underpowered, and the claim does not address RFuni's median rank or the Conover/Holm-Bonferroni comparison specifically. Because the abstract's claim is a benchmark claim, the paper should report the full pairwise comparisons on all 47 ADBench datasets (or on a standard, pre-specified subset of ADBench) and show RFuni's rank distribution on included versus excluded datasets; otherwise the headline result cannot be distinguished from a selection effect.
- [App. 6.1, Sec. 2.4] The exclusion protocol is not auditable and contains a performance-based criterion. Appendix 6.1 lists three exclusion categories '# Samples', '% Anomalies', and 'Dataset', but no thresholds are provided for sample size or anomaly proportion, and dataset-specific reasons are given for only two datasets (Optdigits and ALOI, footnote 5). The ALOI justification is explicitly outcome-based ('almost all unsupervised detectors performed below chance on this dataset'); excluding a dataset because detectors fail on it is circular in a benchmark whose purpose is to evaluate detectors, and it removes precisely the kind of data on which the claim could fail. There is also a numerical inconsistency: the text states that nine datasets were excluded on label-quality grounds and that size filtering leaves 26 of 47 datasets, which implies 21 excluded datasets, while Table 1 lists 22 excluded datasets; these counts must be reconciled. In addition, the size-exclusion justification cites a paper on conformal out-of-distribution evaluation ([Novello et al., 2024]), which does not establish that AUCROC comparisons on datasets with fewer than 1,000 points are invalid. I ask the authors to replace the current post-hoc protocol with a pre-specified, data-independent inclusion rule (e.g., minimum anomaly count and maximum anomaly proportion chosen before looking at results), or to present the full-ADBench analysis as primary and the 26-dataset analysis as a sensitivity check.
minor comments (7)
- [Sec. 3.2, Fig. 2.b] The cross-detector comparison is reported at a lenient significance level (α=0.1 in both the Conover post-hoc table and the critical-difference diagram), and the Friedman test statistic that justifies the post-hoc analysis is not reported; the authors should state whether the claim that RFuni is significantly better than half of the other detectors survives α=0.05.
- [Sec. 2.3] The definition of Xcentral and O(xi) does not explicitly exclude the self-distance (which is zero in Eq. (2)); because xi belongs to Xcentral for many points, the median distance to Xcentral can include this zero, and the paper should state whether self-distances are excluded and confirm the result is insensitive to this choice.
- [Sec. 2.2, 2.3, 3.4] The random-forest configuration (number of trees, split criterion, minimum samples per leaf), the number of synthetic points used to train RFuni, the neighborhood size k in the gradient estimate, and the trajectory learning rate l are not reported; for a benchmark paper, a reproducibility table with these values, software versions, and code (or a code repository) is needed.
- [Sec. 3.3, Fig. 3.b] The normalization in Fig. 3.b (AUCROC relative to the best detector on complete data) conflates absolute degradation with relative ranking; reporting absolute AUCROC, or normalizing each detector to its own complete-data performance, would make the missingness comparison more interpretable.
- [References] The references 'Rhodes et al., 2023a' and 'Rhodes et al., 2023b' are the same publication listed twice, and only the 2023b entry is cited in the text (Sec. 2.2); the duplicate entry should be removed and the in-text citation reconciled.
- [Sec. 4] The discussion acknowledges that RFuni is sensitive to extreme values that determine the uniform bounds and proposes percentile-based bounds as a mitigation, but no experiment quantifies this sensitivity; given the abstract's claim of minimal preprocessing, an experiment comparing bound-based and percentile-based synthetic sampling would strengthen the robustness story.
- [Sec. 3.2, Fig. 2 captions] Typos and caption artifacts: 'maximnum' should be 'maximum' in Sec. 3.2, and the label 'LODASOD COF' in the Fig. 2.a(i) axis appears to be a rendering artifact; these should be corrected.
Circularity Check
No circularity: the outlier score is computed from an unsupervised distance transform and validated against external ADBench ground-truth labels.
full rationale
The paper's derivation chain is self-contained and empirically grounded. The RFuni model is trained without using anomaly labels: synthetic data are drawn uniformly over the real data bounds (Sec. 2.1), and the random forest learns to discriminate real from synthetic examples. Distances are then computed using the externally published GAP proximity method (Eq. 1-2, citing Rhodes et al. 2023), and outlier scores are computed from median distances to the most central 50% of the data (Sec. 2.3). No parameter is fitted to the ground-truth anomaly labels, and the scoring hyperparameters are fixed rather than tuned to the benchmark. The central performance claim is evaluated against the held-out ADBench ground-truth labels, and the paper includes a control showing that the same scoring procedure applied to Euclidean distances behaves like ExtraTrees, isolating the RFuni transformation as the source of improvement. The authors' exclusions of datasets are transparently reported in Table 1 and are a benchmark-composition concern, not a circularity: excluding datasets does not make the method's output equivalent to its input. The toy demonstration designates outliers as points at the 90th percentile of distance from the center, so the observation that RFuni exaggerates distances for those points is partly self-referential, but it is illustrative and not load-bearing for the main benchmark claim. There are no load-bearing self-citations, no imported uniqueness theorems, and no ansatz smuggled in via citation. Overall, no significant circularity is present.
Assumptions & free parameters
free parameters (3)
- Proportion of central data used for scoring =
0.5
- Random Forest hyperparameters =
not reported
- Trajectory learning rate l =
not reported
assumptions (3)
- domain assumption GAP proximities recover geometry and predictive accuracy of the random forest
- domain assumption ADBench ground-truth labels correctly identify anomalies
- domain assumption Uniform synthetic data bounds are determined by observed data and sufficiently cover the data manifold
Cite this review
Pith. "Pith review of Explainable Unsupervised Anomaly Detection with Random Forest." pith.science (2026). https://pith.science/paper/TB2ZPMGP
@misc{pith2026250416075,
author = {Pith},
title = {Pith review of: Explainable Unsupervised Anomaly Detection with Random Forest},
year = {2026},
howpublished = {\url{https://pith.science/paper/TB2ZPMGP}},
note = {Machine review of arXiv:2504.16075}
}
read the original abstract
We describe the use of an unsupervised Random Forest for similarity learning and improved unsupervised anomaly detection. By training a Random Forest to discriminate between real data and synthetic data sampled from a uniform distribution over the real data bounds, a distance measure is obtained that anisometrically transforms the data, expanding distances at the boundary of the data manifold. We show that using distances recovered from this transformation improves the accuracy of unsupervised anomaly detection, compared to other commonly used detectors, demonstrated over a large number of benchmark datasets. As well as improved performance, this method has advantages over other unsupervised anomaly detection methods, including minimal requirements for data preprocessing, native handling of missing data, and potential for visualizations. By relating outlier scores to partitions of the Random Forest, we develop a method for locally explainable anomaly predictions in terms of feature importance.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
L. Auret and C. Aldrich. Unsupervised process fault detection with random forests. Industrial & Engineering Chemistry Research, 49 0 (19): 0 9184--9194, 10 2010. doi:10.1021/ie901975c
-
[2]
D. Baron and D. Poznanski. The weirdest sdss galaxies: results from an outlier detection algorithm. Monthly Notices of the Royal Astronomical Society, 465 0 (4): 0 4530--4555, 11 2016. ISSN 0035-8711. doi:10.1093/mnras/stw3021
-
[3]
L. Breiman and A. Cutler. "random forests". https://www.stat.berkeley.edu/ breiman/RandomForests/cc_home.htm#prox. Accessed: 2024-05-27
work page 2024
-
[4]
L. Breiman and A. Cutler. Random forests. https://www.stat.berkeley.edu/ breiman/RandomForests/cc_home.htm, 2001
work page 2001
-
[5]
L. Breiman, J. Friedman, C. Stone, and R. Olshen. Classification and Regression Trees. Taylor & Francis, 1984. ISBN 9780412048418
work page 1984
-
[6]
M. M. Breunig, H.-P. Kriegel, R. T. Ng, and J. Sander. Lof: identifying density-based local outliers. SIGMOD Rec., 29 0 (2): 0 93–104, May 2000. ISSN 0163-5808. doi:10.1145/335191.335388
-
[7]
Chollet et al
F. Chollet et al. Keras. https://keras.io, 2015
2015
- [8]
Show all 46 references
-
[9]
L. Deng. The mnist database of handwritten digit images for machine learning research [best of the web]. IEEE Signal Processing Magazine, 29 0 (6): 0 141--142, 2012. doi:10.1109/MSP.2012.2211477
2012
-
[10]
Geurts, D
P. Geurts, D. Ernst, and L. Wehenkel. Extremely randomized trees. Machine Learning, 63 0 (1): 0 3--42, 2006. doi:10.1007/s10994-006-6226-1
2006 doi
-
[11]
Goldstein and A
M. Goldstein and A. Dengel. Histogram-based outlier score (hbos): A fast unsupervised anomaly detection algorithm. 09 2012
2012
-
[12]
J. C. Gower. Some distance properties of latent root and vector methods used in multivariate analysis. Biometrika, 53 0 (3-4): 0 325--338, 12 1966. ISSN 0006-3444. doi:10.1093/biomet/53.3-4.325
1966 doi
-
[13]
Guidotti
R. Guidotti. Counterfactual explanations and how to find them: literature review and benchmarking. Data Mining and Knowledge Discovery, 38 0 (5): 0 2770--2824, 2024. doi:10.1007/s10618-022-00831-6
2024 doi
-
[14]
S. Han, H. Xiyang, H. Huang, J. Mingqi, and Y. Zhao. Adbench: Anomaly detection benchmark. Advances in Neural Information Processing Systems (NeurIPS 2022), 35: 0 32142--32159, 2022
2022
-
[15]
Z. He, X. Xu, and S. Deng. Discovering cluster-based local outliers. Pattern Recognition Letters, 24 0 (9): 0 1641--1650, 2003. ISSN 0167-8655. doi:https://doi.org/10.1016/S0167-8655(03)00003-5
2003 doi
-
[16]
Kasieczka, R
G. Kasieczka, R. Mastandrea, V. Mikuni, B. Nachman, M. Pettee, and D. Shih. Anomaly detection under coordinate transformations. Phys. Rev. D, 107: 0 015009, Jan 2023. doi:10.1103/PhysRevD.107.015009
2023 doi
-
[17]
Kriegel, P
H.-P. Kriegel, P. Kroger, E. Schubert, and A. Zimek. Interpreting and Unifying Outlier Scores, pages 13--24. doi:10.1137/1.9781611972818.2
-
[18]
Kriegel, P
H.-P. Kriegel, P. Kr \"o ger, E. Schubert, and A. Zimek. Outlier detection in axis-parallel subspaces of high dimensional data. In T. Theeramunkong, B. Kijsirikul, N. Cercone, and T.-B. Ho, editors, Advances in Knowledge Discovery and Data Mining, pages 831--838, Berlin, Heide...
2009
-
[19]
L. J. Latecki, A. Lazarevic, and D. Pokrajac. Outlier detection with kernel density functions. In P. Perner, editor, Machine Learning and Data Mining in Pattern Recognition, pages 61--75, Berlin, Heidelberg, 2007. Springer Berlin Heidelberg. ISBN 978-3-540-73499-4
2007
-
[20]
Z. Li, Y. Zhao, N. Botta, C. Ionescu, and X. Hu. COPOD: Copula-Based Outlier Detection . In 2020 IEEE International Conference on Data Mining (ICDM), pages 1118--1123, Los Alamitos, CA, USA, Nov. 2020. IEEE Computer Society. doi:10.1109/ICDM50108.2020.00135
2020
-
[21]
Z. Li, Y. Zhao, X. Hu, N. Botta, C. Ionescu, and G. H. Chen. Ecod: Unsupervised outlier detection using empirical cumulative distribution functions. IEEE Transactions on Knowledge and Data Engineering, 35 0 (12): 0 12181--12193, 2023. doi:10.1109/TKDE.2022.3159580
2023
-
[22]
Liang and B
Y.-D. Liang and B. A. Barsky. A new concept and method for line clipping. ACM Trans. Graph., 3 0 (1): 0 1–22, Jan. 1984. ISSN 0730-0301. doi:10.1145/357332.357333
1984
-
[23]
F. T. Liu, K. M. Ting, and Z.-H. Zhou. Isolation forest. In 2008 Eighth IEEE International Conference on Data Mining, pages 413--422, 2008. doi:10.1109/ICDM.2008.17
2008 doi
-
[24]
S. M. Lundberg and S.-I. Lee. A unified approach to interpreting model predictions. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett, editors, Advances in Neural Information Processing Systems, volume 30. Curran Associates, Inc., 2017
2017
-
[25]
Madhyastha, P
M. Madhyastha, P. Li, J. Browne, V. Strnadova-Neeley, C. E. Priebe, R. Burns, and J. T. Vogelstein. Geodesic learning via unsupervised decision forests, 2019
2019
-
[26]
Mensi, F
A. Mensi, F. Cicalese, and M. Bicego. Using Random Forest Distances for Outlier Detection, pages 75--86. 05 2022. ISBN 978-3-031-06432-6. doi:10.1007/978-3-031-06433-3_7
2022 doi
-
[27]
Munir, S
M. Munir, S. A. Siddiqui, M. A. Chattha, A. Dengel, and S. Ahmed. Fusead: Unsupervised anomaly detection in streaming sensors data by fusing statistical and deep learning models. Sensors, 0 (11): 0 1991--2005, 2019 a
1991
-
[28]
Munir, S
M. Munir, S. A. Siddiqui, A. Dengel, and S. Ahmed. Deepant: A deep learning approach for unsupervised anomaly detection in time series. IEEE Access, 7: 0 1991--2005, 2019 b . doi:10.1109/ACCESS.2018.2886457
1991
-
[29]
Novello, J
P. Novello, J. Dalmau, and L. Andeol. Out-of-distribution detection should use conformal prediction (and vice-versa?), 2024
2024
-
[30]
Olteanu, F
M. Olteanu, F. Rossi, and F. Yger. Meta-survey on outlier and anomaly detection. Neurocomputing, 555, 2023
2023
-
[31]
Pevn \'y
T. Pevn \'y . Loda: Lightweight on-line detector of anomalies. Machine Learning, 102 0 (2): 0 275--304, 2016. doi:10.1007/s10994-015-5521-0
2016 doi
-
[32]
Puggini, J
L. Puggini, J. Doyle, and S. McLoone. Fault detection using random forest similarity distance. IFAC-PapersOnLine, 48 0 (21): 0 583--588, 2015. ISSN 2405-8963. doi:https://doi.org/10.1016/j.ifacol.2015.09.589. 9th IFAC Symposium on Fault Detection, Supervision and Safety for Te...
2015 doi
-
[33]
Ramaswamy, R
S. Ramaswamy, R. Rastogi, and K. Shim. Efficient algorithms for mining outliers from large data sets. SIGMOD Rec., 29 0 (2): 0 427–438, May 2000. ISSN 0163-5808. doi:10.1145/335191.335437
-
[34]
J. S. Rhodes, A. Cutler, and K. R. Moon. Geometry- and accuracy-preserving random forest proximities. IEEE Transactions on Pattern Analysis and Machine Intelligence, 45 0 (9): 0 10947--10959, 2023 a
2023
-
[35]
J. S. Rhodes, A. Cutler, and K. R. Moon. Geometry- and accuracy-preserving random forest proximities, 2023 b
2023
-
[36]
why should i trust you?
M. T. Ribeiro, S. Singh, and C. Guestrin. "why should i trust you?": Explaining the predictions of any classifier. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD '16, page 1135–1144, New York, NY, USA, 2016. Associati...
2016
-
[37]
Santini and R
S. Santini and R. Jain. Similarity measures. IEEE Transactions on Pattern Analysis and Machine Intelligence, 21 0 (9): 0 871--883, 1999
1999
-
[38]
o lkopf, R. C. Williamson, A. Smola, J. Shawe-Taylor, and J. Platt. Support vector method for novelty detection. In S. Solla, T. Leen, and K. M\
B. Sch\" o lkopf, R. C. Williamson, A. Smola, J. Shawe-Taylor, and J. Platt. Support vector method for novelty detection. In S. Solla, T. Leen, and K. M\" u ller, editors, Advances in Neural Information Processing Systems, volume 12. MIT Press, 1999
1999
-
[39]
D. B. Seligson, S. Horvath, T. Shi, H. Yu, S. Tze, M. Grunstein, and S. K. Kurdistani. Global histone modification patterns predict risk of prostate cancer recurrence. Nature, 435 0 (7046): 0 1262--1266, 2005. doi:10.1038/nature03672
2005 doi
-
[40]
Shi and S
T. Shi and S. Horvath. Unsupervised learning with random forest predictors. Journal of Computational and Graphical Statistics, 15 0 (1): 0 118--138, 2006
2006
-
[41]
Shyu, S.-C
M.-L. Shyu, S.-C. Chen, K. Sarinnapakorn, and L. Chang. A novel anomaly detection scheme based on principal component classifier. 01 2003
2003
-
[42]
Simonyan, A
K. Simonyan, A. Vedaldi, and A. Zisserman. Deep inside convolutional networks: Visualising image classification models and saliency maps. arXiv preprint arXiv:1312.6034, 2013
2013 arXiv
-
[43]
J. Tang, Z. Chen, A. W.-c. Fu, and D. W. Cheung. Enhancing effectiveness of outlier detections for low density patterns. In M.-S. Chen, P. S. Yu, and B. Liu, editors, Advances in Knowledge Discovery and Data Mining, pages 535--548, Berlin, Heidelberg, 2002. Springer Berlin Hei...
2002
-
[44]
A. Tversky. Features of similarity. Psychological Review, 84 0 (4): 0 327--352, 1977
1977
-
[45]
van der Maaten and G
L. van der Maaten and G. Hinton. Visualizing data using t-sne. Journal of Machine Learning Research, 9 0 (86): 0 2579--2605, 2008
2008
-
[46]
Y. Zhao, N. Zain, and Z. Li. Pyod: A python toolbox for scalable outlier detection. Journal of Machine Learning Research, pages 1--7, 2019
2019
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.