-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
19 lines (19 loc) · 926 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: Metrics
Version: 0.1.4
Title: Evaluation Metrics for Machine Learning
Description: An implementation of evaluation metrics in R that are commonly
used in supervised machine learning. It implements metrics for
regression, time series, binary classification, classification,
and information retrieval problems. It has zero dependencies and
a consistent, simple interface for all functions.
Authors@R: c(
person("Ben", "Hamner", role = c("aut", "cph"), email = "[email protected]"),
person("Michael", "Frasco", role = c("aut", "cre"), email = "[email protected]"),
person("Erin", "LeDell", role = c("ctb"), email = "[email protected]"))
Maintainer: Michael Frasco <[email protected]>
Suggests:
testthat
URL: https://github.com/mfrasco/Metrics
BugReports: https://github.com/mfrasco/Metrics/issues
License: BSD_3_clause + file LICENSE
RoxygenNote: 6.1.0