forked from trangdata/pmlblite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpmlb.Rd
54 lines (44 loc) · 1.98 KB
/
pmlb.Rd
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pmlb.R
\docType{package}
\name{pmlb}
\alias{pmlbr}
\alias{pmlb}
\title{pmlb: R interface to the Penn Machine Learning Benchmarks data repository}
\description{
The \href{https://github.com/EpistasisLab/pmlb}{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.
}
\details{
This R library includes summaries of the classification and regression data sets but does NOT
include any of the PMLB data sets. The data sets can be downloaded using the \code{\link{fetch_data}} function which
is similar to the corresponding PMLB python function.
See \code{\link{fetch_data}}, \code{\link{summary_stats}} for usage examples and further information.
If you use PMLB in a scientific publication, please consider citing the following paper:
Randal S. Olson, William La Cava, Patryk Orzechowski, Ryan J. Urbanowicz, and Jason H. Moore (2017).
PMLB: a large benchmark suite for machine learning evaluation and comparison
https://biodatamining.biomedcentral.com/articles/10.1186/s13040-017-0154-4
BioData Mining 10, page 36.
}
\seealso{
Useful links:
\itemize{
\item \url{https://github.com/EpistasisLab/pmlbr}
\item Report bugs at \url{https://github.com/EpistasisLab/pmlbr/issues}
}
}
\author{
\strong{Maintainer}: Trang Le \email{[email protected]} (https://trang.page/)
Authors:
\itemize{
\item makeyourownmaker \email{[email protected]} (https://github.com/makeyourownmaker)
\item Jason Moore \email{[email protected]} (http://www.epistasisblog.org/)
}
Other contributors:
\itemize{
\item University of Pennsylvania [copyright holder]
}
}