-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
25 lines (25 loc) · 846 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: solitude
Type: Package
Title: An Implementation of Isolation Forest
Version: 1.1.3
Authors@R: c(
person("Komala Sheshachala", "Srikanth", email = "[email protected]", role = c("aut", "cre")),
person("David", "Zimmermann", email = "[email protected]", role = "ctb")
)
Description: Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detection (Liu, Ting and Zhou <doi:10.1145/2133360.2133363>).
URL: https://github.com/talegari/solitude
BugReports: https://github.com/talegari/solitude/issues
Imports:
ranger (>= 0.11.0),
data.table (>= 1.11.4),
igraph (>= 1.2.2),
future.apply (>= 0.2.0),
R6 (>= 2.4.0),
lgr (>= 0.3.4),
Depends:
R (>= 3.5.0),
Suggests:
tidyverse, uwot, mlbench, rsample
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1