-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
15 lines (15 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: pmlblite
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 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 approximately 290 data sets included in the PMLB repository and there are no missing values in these data sets.
Version: 0.1.0
Authors@R: person("makeyourownmaker", email = "makeyourownmaker@gmx.com", role = c("aut", "cre"))
Author: makeyourownmaker [aut, cre]
Maintainer: makeyourownmaker <makeyourownmaker@gmx.com>
BugReports: https://github.com/makeyourownmaker/pmlblite/issues
Depends: R (>= 3.2.0)
License: GPL-2 | file LICENSE
URL: https://github.com/makeyourownmaker/pmlblite
Imports: utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0.9000