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 () 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.3.0.9000 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 RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://epistasislab.r-universe.dev Date/Publication: 2025-03-11 15:02:19 UTC RemoteUrl: https://github.com/epistasislab/pmlbr RemoteRef: HEAD RemoteSha: 96501f68760bb2abd09442e2a5dac55635fb0c5d NeedsCompilation: no Packaged: 2026-06-22 07:50:53 UTC; root Author: Trang Le [aut, cre] (https://trang.page/), makeyourownmaker [aut] (https://github.com/makeyourownmaker), Jason Moore [aut] (http://www.epistasisblog.org/), University of Pennsylvania [cph] Maintainer: Trang Le