gnu: r-boruta: Fix indentation and description.
* gnu/packages/statistics.scm (r-boruta)[description]: Fix indentation, add line breaks, and complete the first sentence fragment.
This commit is contained in:
parent
62648f4ae3
commit
6c9834f59f
1 changed files with 11 additions and 9 deletions
|
@ -5909,18 +5909,20 @@ various statistical analysis programs such as R, Julia, and JAGS.")
|
||||||
(name "r-boruta")
|
(name "r-boruta")
|
||||||
(version "7.0.0")
|
(version "7.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Boruta" version))
|
(uri (cran-uri "Boruta" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
|
"0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
|
||||||
(properties `((upstream-name . "Boruta")))
|
(properties `((upstream-name . "Boruta")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-ranger" ,r-ranger)))
|
(propagated-inputs `(("r-ranger" ,r-ranger)))
|
||||||
(home-page "https://gitlab.com/mbq/Boruta/")
|
(home-page "https://gitlab.com/mbq/Boruta/")
|
||||||
(synopsis
|
(synopsis "Wrapper algorithm for all relevant feature selection")
|
||||||
"Wrapper Algorithm for All Relevant Feature Selection")
|
|
||||||
(description
|
(description
|
||||||
"An all relevant feature selection wrapper algorithm. It finds relevant features by comparing original attributes' importance with importance achievable at random, estimated using their permuted copies (shadows).")
|
"This package provides an all relevant feature selection wrapper
|
||||||
|
algorithm. It finds relevant features by comparing original attributes'
|
||||||
|
importance with importance achievable at random, estimated using their
|
||||||
|
permuted copies (shadows).")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
Reference in a new issue