Package: outqrf
Type: Package
Title: Find the Outlier by Quantile Random Forests
Version: 1.0.0
Date: 2024-08-27
Author: Tengfei Xu [aut, cre]
Maintainer: Tengfei Xu <flystar233@gmail.com>
Authors@R: 
    person(given = "Tengfei",
           family = "Xu",
           role = c("aut", "cre"),
           email = "flystar233@gmail.com")
Description: Provides a method to find the outlier in custom data by quantile random forests method. Introduced by Meinshausen Nicolai (2006) <https://dl.acm.org/doi/10.5555/1248547.1248582>. It directly calls the ranger() function of the 'ranger' package to perform data fitting and prediction. We also implement the evaluation of outlier prediction results. Compared with random forest detection of outliers, this method has higher accuracy and stability on large datasets.
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Encoding: UTF-8
Packaged: 2024-09-05 01:55:47 UTC; lucian.xu
RoxygenNote: 7.3.2
Imports: stats, ranger, dplyr, missRanger, ggpubr, ggplot2, tidyr
URL: https://github.com/flystar233/outqrf
BugReports: https://github.com/flystar233/outqrf/issues
Suggests: renv, knitr, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2024-09-10 09:10:02 UTC
