mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add r-mlr3tuningspaces.
* gnu/packages/cran.scm (r-mlr3tuningspaces): New variable. Change-Id: Ifb35e78dab862921f000b055d3fa1eee3ef79309
This commit is contained in:
parent
77fa0ca7c0
commit
3de6e38a14
1 changed files with 28 additions and 0 deletions
|
@ -38191,6 +38191,34 @@ (define-public r-mlr3ordinal
|
||||||
performing ordinal regression.")
|
performing ordinal regression.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public r-mlr3tuningspaces
|
||||||
|
(package
|
||||||
|
(name "r-mlr3tuningspaces")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "mlr3tuningspaces" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1snrd7xq388mvqh0ydaxvx8k9iwp40g06c3irp0m718jw3wsz5vm"))))
|
||||||
|
(properties `((upstream-name . "mlr3tuningspaces")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-checkmate
|
||||||
|
r-data-table
|
||||||
|
r-mlr3
|
||||||
|
r-mlr3misc
|
||||||
|
r-mlr3tuning
|
||||||
|
r-paradox
|
||||||
|
r-r6))
|
||||||
|
(home-page "https://mlr3tuningspaces.mlr-org.com")
|
||||||
|
(synopsis "Search spaces for mlr3")
|
||||||
|
(description
|
||||||
|
"This package is a collection of search spaces for hyperparameter optimization
|
||||||
|
in the mlr3 ecosystem. It features ready-to-use search spaces for many popular
|
||||||
|
machine learning algorithms. The search spaces are from scientific articles and
|
||||||
|
work for a wide range of data sets.")
|
||||||
|
(license license:lgpl3)))
|
||||||
|
|
||||||
(define-public r-paradox
|
(define-public r-paradox
|
||||||
(package
|
(package
|
||||||
(name "r-paradox")
|
(name "r-paradox")
|
||||||
|
|
Loading…
Reference in a new issue