mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add r-mlbench.
* gnu/packages/cran.scm (r-mlbench): New variable.
This commit is contained in:
parent
efba56139a
commit
74cada8ef1
1 changed files with 20 additions and 0 deletions
|
@ -13566,3 +13566,23 @@ (define-public r-threejs
|
||||||
"Create interactive 3D scatter plots, network plots, and globes in R
|
"Create interactive 3D scatter plots, network plots, and globes in R
|
||||||
using the three.js visualization library.")
|
using the three.js visualization library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-mlbench
|
||||||
|
(package
|
||||||
|
(name "r-mlbench")
|
||||||
|
(version "2.1-1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "mlbench" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/mlbench/")
|
||||||
|
(synopsis "Machine learning benchmark problems")
|
||||||
|
(description
|
||||||
|
"This package provides a collection of artificial and real-world machine
|
||||||
|
learning benchmark problems, including, e.g., several data sets from the UCI
|
||||||
|
repository.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
Loading…
Reference in a new issue