-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
38 lines (38 loc) · 952 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
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: SLmetrics
Title: Machine Learning Performance Evaluation on Steroids
Version: 0.3-2
Authors@R: c(
person(
given = "Serkan",
family = "Korkmaz",
email = "serkor1@duck.com",
role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0002-5052-0982")
)
)
Description:
Provides performance evaluation metrics for supervised and unsupervised machine learning, statistical learning and artificial intelligence tasks in R. Core computations are implemented in C++ for scalability and efficiency.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LinkingTo:
Rcpp,
RcppEigen
Suggests:
knitr,
lightgbm,
mlbench,
reticulate,
rmarkdown,
testthat (>= 3.0.0),
xgboost
Config/testthat/edition: 3
Imports:
grDevices,
lattice,
Rcpp
VignetteBuilder: knitr
Depends:
R (>= 4.3)
URL: https://serkor1.github.io/SLmetrics/