forked from trangdata/pmlblite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 1.31 KB
/
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
Package: pmlbr
Title: Interface to the Penn Machine Learning Benchmarks Data Repository
Description: Check available classification and regression data sets from the PMLB repository and download them.
The PMLB repository (<https://github.com/EpistasisLab/pmlbr>) contains a curated collection of data sets for evaluating and comparing machine learning algorithms.
These data sets cover a range of applications, and include binary/multi-class classification problems and
regression problems, as well as combinations of categorical, ordinal, and continuous features.
There are currently over 150 datasets included in the PMLB repository.
Version: 0.2.2
Authors@R: c(
person("Trang", "Le", email = "grixor@gmail.com", role = c("aut", "cre"), comment = "https://trang.page/"),
person("makeyourownmaker", email = "makeyourownmaker@gmx.com", role = "aut", comment = "https://github.com/makeyourownmaker"),
person("Jason", "Moore", email = "jhmoore@upenn.edu", role = "aut", comment = "http://www.epistasisblog.org/"),
person("University of Pennsylvania", role = "cph"))
BugReports: https://github.com/EpistasisLab/pmlbr/issues
Depends: R (>= 3.2.0)
Imports:
utils,
FNN,
stats
License: GPL-2 | file LICENSE
URL: https://github.com/EpistasisLab/pmlbr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2